Skip to content

Commit 695f13a

Browse files
committed
Release 0.11.0
1 parent 0af691a commit 695f13a

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.10'
51+
version = '0.11'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.10.1a'
53+
release = '0.11.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
@@ -44,7 +44,7 @@ def compile_translations():
4444

4545
setup(
4646
name="wafer",
47-
version="0.10.1a",
47+
version="0.11.0",
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.10.1a"
3+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)