Skip to content

Commit

Permalink
Post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Muller committed Jul 4, 2019
1 parent b2e82ab commit 27d32ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.5'
release = '0.7.6a'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

setup(
name="wafer",
version="0.7.5",
version="0.7.6a",
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Wafer, a light-weight conference management library for Django."""

__version__ = "0.7.5"
__version__ = "0.7.6a"

0 comments on commit 27d32ee

Please sign in to comment.