From b668be1d744aca308a836f4782cafde8454a5152 Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Wed, 11 Oct 2023 10:22:03 -0700 Subject: [PATCH] bump version --- 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 e121c1f3..04510af6 100644 --- a/polaris/__init__.py +++ b/polaris/__init__.py @@ -1 +1 @@ -__version__ = "2.3.8" +__version__ = "2.3.9" diff --git a/pyproject.toml b/pyproject.toml index 5e4ac887..be9721ad 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.8" +version = "2.3.9" description = "An extendable Django server for Stellar Ecosystem Proposals." license = "Apache-2.0" authors = ["Stellar Development Foundation "]