Skip to content

Commit

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

**0.9.3** (02/06/2016)
- Fixed (hopefully for good) problem with ImageValue in Python 3 (thanks rolexCoder)
**0.9.2** (01/05/2016)
- Fixed bug when saving non-required settings
- Fixed problem with ImageValue in Python 3 (thanks rolexCoder)
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, 2)
version_tuple = (0, 9, 3)
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 593a6fd

Please sign in to comment.