Increase version and add django 1.6 support to the changelog

fix_request_path_info
Gavin Wahl 2013-05-24 15:37:01 -06:00
parent 7f2111c201
commit 1958146f10
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog
==========
Version 0.5.1
-------------
* Add Django 1.6 support.
Version 0.5 (2013-04-20)
------------------------

View File

@ -11,4 +11,4 @@ Release logic:
6. git commit
7. push to github
"""
__version__ = "0.5"
__version__ = "0.5.1"