Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Jul 22, 2015
1 parent 99d8e5f commit 92d0f67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/source/HISTORY.rst
@@ -1,6 +1,12 @@
History
=======

0.5.4 (2015-07-22)
------------------

* Adds latest_version function.
* Adds link_prefix for overriding node link.

0.5.3 (2015-07-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.3'
release = '0.5.4'

# 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 @@ -87,7 +87,7 @@ def read_content(filepath):
_file.write('\n'.join(extras_require.get('reST')))

setup(name='py-deps',
version='0.5.3',
version='0.5.4',
description='parsing the Python deps and generating graph data',
long_description=long_description,
author='Kouhei Maeda',
Expand Down

0 comments on commit 92d0f67

Please sign in to comment.