Bump version to 0.6.1 already

fix_request_path_info
Diederik van der Boor 2014-10-14 17:32:40 +02:00
parent 948749dbdb
commit 6d043d35d2
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========== ==========
Version 0.6.1 (in git)
----------------------
* Remove Django 1.7 warnings
Version 0.6 (2014-10-14) Version 0.6 (2014-10-14)
------------------------ ------------------------

View File

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