Increase version and add django 1.6 support to the changelog
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.5.1
|
||||||
|
-------------
|
||||||
|
|
||||||
|
* Add Django 1.6 support.
|
||||||
|
|
||||||
Version 0.5 (2013-04-20)
|
Version 0.5 (2013-04-20)
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ Release logic:
|
|||||||
6. git commit
|
6. git commit
|
||||||
7. push to github
|
7. push to github
|
||||||
"""
|
"""
|
||||||
__version__ = "0.5"
|
__version__ = "0.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user