Skip to content

Commit ad37c54

Browse files
author
Neil Muller
committed
Bump to 0.14.0 to reflect new django versions supported
1 parent 4db10e5 commit ad37c54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.13'
51+
version = '0.14'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.13.1a'
53+
release = '0.14.0'
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
@@ -43,7 +43,7 @@ def compile_translations():
4343

4444
setup(
4545
name="wafer",
46-
version="0.13.1a",
46+
version="0.14.0",
4747
url='http://github.com/CTPUG/wafer',
4848
license='ISC',
4949
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.13.1a"
3+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)