Skip to content

Commit

Permalink
Version number is bumped up.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 23, 2015
1 parent 7ae196c commit 903bf31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ django-siteprefs changelog
==========================


v0.5.1
------
* Django 1.9 compatibility improvements.


v0.5.0
------
+ Djagno 1.7 ready.
Expand Down
2 changes: 1 addition & 1 deletion siteprefs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 0)
VERSION = (0, 5, 1)


default_app_config = 'siteprefs.config.SiteprefsConfig'

0 comments on commit 903bf31

Please sign in to comment.