From 18af15770ef819e128132792e87765c0a1159668 Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Thu, 26 Aug 2021 15:31:06 -0700 Subject: [PATCH] bump version to 1.6.1 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dcb5ac8d..c8a65158 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,9 +33,9 @@ author = "Jake Urban" # The short X.Y version -version = "1.6.0" +version = "1.6.1" # The full version, including alpha/beta/rc tags -release = "1.6.0" +release = "1.6.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index db93f3ff..f0e09ee3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="django-polaris", - version="1.6.0", + version="1.6.1", description="An extendable Django server for Stellar Ecosystem Proposals", long_description=long_description, long_description_content_type="text/x-rst",