From 12d62f4c81f8321c84e72937025ea657c687a040 Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Fri, 17 Jan 2020 16:40:12 -0800 Subject: [PATCH] Bump polaris version --- 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 30ff5fec..b971551b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,9 +33,9 @@ author = "Jake Urban" # The short X.Y version -version = "0.9.15" +version = "0.9.16" # The full version, including alpha/beta/rc tags -release = "0.9.15" +release = "0.9.16" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c7b522ea..cd3970e3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="django-polaris", - version="0.9.15", + version="0.9.16", description="A SEP-24-compliant Django anchor server", long_description=long_description, long_description_content_type="text/markdown",