Increase version and add django 1.6 support to the changelog
parent
7f2111c201
commit
1958146f10
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue