Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jun 5, 2016
1 parent 76fc9fb commit d68e698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.8.0 (unreleased)
0.8.0 (2016-06-05)
++++++++++++++++++

* Added django-knocker integration
Expand Down
2 changes: 1 addition & 1 deletion djangocms_blog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = '[email protected]'
__version__ = '0.8.0.b10'
__version__ = '0.8.0'

default_app_config = 'djangocms_blog.apps.BlogAppConfig'

0 comments on commit d68e698

Please sign in to comment.