Skip to content

Commit

Permalink
Merge tag 'v0.16' into develop
Browse files Browse the repository at this point in the history
django-blog-zinnia v0.16
  • Loading branch information
Fantomas42 committed Mar 8, 2016
2 parents d077d53 + 9bb09e1 commit 0a6bcee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.16
----

* Improve testing
* Improve documentation
* Reduce queries on ``entry_detail_view``
* Implement custom templates within a loop
* Add a publication_date field to remove ambiguosity
* Remove WXR template
* Remove usage of ``Context``
* Remove BeautifulSoup warnings

https://github.com/Fantomas42/django-blog-zinnia/compare/v0.15.2...v0.16

0.15.2
------

Expand Down
2 changes: 1 addition & 1 deletion zinnia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Zinnia"""
__version__ = '0.16.dev0'
__version__ = '0.16'
__license__ = 'BSD License'

__author__ = 'Fantomas42'
Expand Down

0 comments on commit 0a6bcee

Please sign in to comment.