diff --git a/docs/conf.py b/docs/conf.py index 5b549187..73052fb4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.12' # The full version, including alpha/beta/rc tags. -release = '0.12.1a' +release = '0.12.1' # 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 172b990e..608eb177 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def compile_translations(): setup( name="wafer", - version="0.12.1a", + version="0.12.1", 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 4cc6dff7..33ca15c7 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.1a" +__version__ = "0.12.1"