From 3b95a47321620f8018dc3113b2a6857e5dc4977d Mon Sep 17 00:00:00 2001 From: Neil Muller Date: Mon, 27 Jun 2022 20:31:51 +0200 Subject: [PATCH] Bump version for release Releasing 0.13 due to the changes for later django support --- docs/conf.py | 4 ++-- setup.py | 2 +- wafer/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index feb3bcc8..1639ce83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.12' +version = '0.13' # The full version, including alpha/beta/rc tags. -release = '0.12.2a' +release = '0.13.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 39a0fbc1..a3baaa87 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def compile_translations(): setup( name="wafer", - version="0.12.2a", + version="0.13.0", url='http://github.com/CTPUG/wafer', license='ISC', description="A wafer-thin Django library for running small conferences.", diff --git a/wafer/__init__.py b/wafer/__init__.py index 7f57643b..928a68c9 100644 --- a/wafer/__init__.py +++ b/wafer/__init__.py @@ -1,3 +1,3 @@ """Wafer, a light-weight conference management library for Django.""" -__version__ = "0.12.2a" +__version__ = "0.13.0"