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 19, 2015
1 parent 1970bbf commit ccdbb3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/HISTORY.rst
@@ -1,6 +1,11 @@
History
=======

0.4.4 (2015-07-19)
------------------

* Adds invalid metadata handler.

0.4.3 (2015-07-16)
------------------

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.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.3'
release = '0.4.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 pgraph/__init__.py
Expand Up @@ -4,6 +4,6 @@
__project__ = 'pgraph'
__author__ = 'Kouhei Maeda'
__email__ = 'mkouhei@palmtb.net'
__version__ = '0.4.3'
__version__ = '0.4.4'
__repo__ = 'https://github.com/mkouhei/pgraph'
READTHEDOCS = 'http://pgraph.readthedocs.org'

0 comments on commit ccdbb3d

Please sign in to comment.