Skip to content

Commit

Permalink
Make release 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlorf committed May 1, 2016
1 parent 1256a7d commit 5bcd8bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,9 @@ some of the settings provided earlier in this document::
Changelog
=========

**0.9.2** (01/05/2016)
- Fixed bug when saving non-required settings
- Fixed problem with ImageValue in Python 3 (thanks rolexCoder)
**0.9.1** (10/01/2016)
- Fixed `Sites` app being optional (thanks rolexCoder)
**0.9.0** (25/12/2015)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

# Dynamically calculate the version based on dbsettings.VERSION
version_tuple = (0, 9, 1)
version_tuple = (0, 9, 2)
if version_tuple[2] is not None:
if type(version_tuple[2]) == int:
version = "%d.%d.%s" % version_tuple
Expand Down

0 comments on commit 5bcd8bb

Please sign in to comment.