Skip to content

Commit 8722e25

Browse files
author
Neil Muller
committed
Bump version for tag
1 parent ab5d436 commit 8722e25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.16'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.16.1a'
53+
release = '0.16.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def compile_translations():
4444

4545
setup(
4646
name="wafer",
47-
version="0.16.1a",
47+
version="0.16.1",
4848
url='http://github.com/CTPUG/wafer',
4949
license='ISC',
5050
description="A wafer-thin Django library for running small conferences.",

wafer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Wafer, a light-weight conference management library for Django."""
22

3-
__version__ = "0.16.1a"
3+
__version__ = "0.16.1"

0 commit comments

Comments
 (0)