Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
Releasing 0.13 due to the changes for later django support
  • Loading branch information
Neil Muller committed Jun 27, 2022
1 parent e51edaa commit 3b95a47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.12'
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = '0.12.2a'
release = '0.13.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@ def compile_translations():

setup(
name="wafer",
version="0.12.2a",
version="0.13.0",
url='http://github.com/CTPUG/wafer',
license='ISC',
description="A wafer-thin Django library for running small conferences.",
Expand Down
2 changes: 1 addition & 1 deletion wafer/__init__.py
@@ -1,3 +1,3 @@
"""Wafer, a light-weight conference management library for Django."""

__version__ = "0.12.2a"
__version__ = "0.13.0"

0 comments on commit 3b95a47

Please sign in to comment.