From 90ed2efba28b7c3861ef98948527b8af67497af0 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Tue, 9 Jan 2024 11:11:53 -0400 Subject: [PATCH] Release 0.16.0 --- 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 23dd0002..a45c17a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.15' +version = '0.16' # The full version, including alpha/beta/rc tags. -release = '0.15.3a' +release = '0.16.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 709b9a59..72cdbd17 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def compile_translations(): setup( name="wafer", - version="0.15.3a", + version="0.16.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 954fb704..b0412569 100644 --- a/wafer/__init__.py +++ b/wafer/__init__.py @@ -1,3 +1,3 @@ """Wafer, a light-weight conference management library for Django.""" -__version__ = "0.15.3a" +__version__ = "0.16.0"