From 36a2832428cdb74a8bcc3400fa51d9c787483b5f Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Mon, 21 Aug 2023 11:42:39 -0700 Subject: [PATCH] bump to version 2.3.8 --- polaris/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/polaris/__init__.py b/polaris/__init__.py index a0b06b86..e121c1f3 100644 --- a/polaris/__init__.py +++ b/polaris/__init__.py @@ -1 +1 @@ -__version__ = "2.3.7" +__version__ = "2.3.8" diff --git a/pyproject.toml b/pyproject.toml index 064ea205..5e4ac887 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-polaris" -version = "2.3.7" +version = "2.3.8" description = "An extendable Django server for Stellar Ecosystem Proposals." license = "Apache-2.0" authors = ["Stellar Development Foundation "]