From 13024ef6589786ab3069f662c0ce12c60549f108 Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Thu, 12 Oct 2023 09:36:40 -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 ee16ffe2..1d7ff329 100644 --- a/polaris/__init__.py +++ b/polaris/__init__.py @@ -1 +1 @@ -__version__ = "2.4.1-rc1" +__version__ = "2.4.2-rc1" diff --git a/pyproject.toml b/pyproject.toml index 3d8ccb4f..4645c0de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-polaris" -version = "2.4.1-rc1" +version = "2.4.2-rc1" description = "An extendable Django server for Stellar Ecosystem Proposals." license = "Apache-2.0" authors = ["Stellar Development Foundation "]