Skip to content

Commit

Permalink
Set the version to 2.2.1 in the setup.py and docs.conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bowlofeggs committed Sep 22, 2016
1 parent ec5bdd9 commit 24ad070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.0'
release = '2.2.1'

# 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 @@ -17,7 +17,7 @@
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
VERSION = '2.2.0'
VERSION = '2.2.1'

server_requires = [
'pyramid',
Expand Down

0 comments on commit 24ad070

Please sign in to comment.