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 Jun 29, 2015
1 parent 5c50f01 commit 9eee268
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

0.4.0 (2015-06-29)
------------------

* Revokes when tasks.gen_depenency failed.
* Fixes extras_requires for Heroku.
* Changes Celery backend for Heroku to PostgreSQL in default.
* Changes install requires pyramid_celery to celery.

0.3.1 (2015-06-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__project__ = 'pgraph'
__author__ = 'Kouhei Maeda'
__email__ = 'mkouhei@palmtb.net'
__version__ = '0.3.1'
__version__ = '0.4.0'
__repo__ = 'https://github.com/mkouhei/pgraph'
READTHEDOCS = 'http://pgraph.readthedocs.org'

0 comments on commit 9eee268

Please sign in to comment.