Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed May 18, 2016
1 parent 513cb4e commit cdd7724
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.6 (2016-05-18)
------------------
* Fix issue when displaying entries without images.
* Fix css issues.
* Add django-compressor as project dependency.
* Improve tags visualization.

0.5.2 (2016-02-18)
------------------
* Removed django-endless-pagination which is no longer maintained and is not compatible with Django 1.9. Replaced by django-el-pagination.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5'
release = '0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion puput/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Marc Tudurí'
__email__ = '[email protected]'
__version__ = '0.5.2'
__version__ = '0.6'

PUPUT_APPS = (
# Wagtail apps
Expand Down

0 comments on commit cdd7724

Please sign in to comment.