From 53b952d46b4bbc46f51e4ac7724c981e8daa1a39 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 15 Nov 2016 13:36:32 +0200 Subject: [PATCH] Bump version number for release --- docs/conf.py | 2 +- setup.py | 2 +- wafer/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 99bca994..20ce0867 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.9a' +release = '0.4.9' # 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 2c6686a9..bf3860c4 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="wafer", - version="0.4.9a", + version="0.4.9", 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 86b65fb2..5c9f5803 100644 --- a/wafer/__init__.py +++ b/wafer/__init__.py @@ -1,3 +1,3 @@ """Wafer, a light-weight conference management library for Django.""" -__version__ = "0.4.9a" +__version__ = "0.4.9"