Skip to content

Commit

Permalink
Updated version and changes log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazybird committed Sep 15, 2013
1 parent 74ca23d commit bd50fa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
@@ -1,3 +1,14 @@
django-solo-1.0.1
==================

Date: September 14, 2013

* Added unit tests
* Added support for @override_settings
* Updated doc, licence and packaging


* * *
django-solo-1.0.0
==================

Expand Down
2 changes: 1 addition & 1 deletion solo/__init__.py
@@ -1,4 +1,4 @@
"""django-solo helps working with singletons: things like global settings that you want to edit from the admin site.
"""

__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit bd50fa4

Please sign in to comment.