Skip to content

Commit

Permalink
Tagged 0.4.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wackou committed May 29, 2017
1 parent 700b08a commit 96ee234
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
History
=======

0.4.14 (2017-05-29)
-------------------

* [ppy] new default p2p port for PeerPlays


0.4.13 (2017-05-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.13'
release = '0.4.14'

# 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 @@ -26,7 +26,7 @@
README = open(os.path.join(here, 'README.rst')).read()
HISTORY = open(os.path.join(here, 'HISTORY.rst')).read()

VERSION = '0.4.13'
VERSION = '0.4.14'


install_requires = ['Flask', 'requests', 'psutil', 'arrow', 'pyyaml', 'dogpile.cache',
Expand Down

0 comments on commit 96ee234

Please sign in to comment.