Skip to content

Commit

Permalink
Release 0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlorf committed Jun 21, 2015
1 parent 8f9e942 commit 1c28c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -449,6 +449,9 @@ some of the settings provided earlier in this document::
Changelog
=========

**0.8.1** (21/06/2015)
- Made ``django.contrib.sites`` framework dependency optional
- Added migration for app
**0.8.0** (16/04/2015)
- Switched to using django.utils.six instead of standalone six.
- Dropped compatibility with Django 1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

# Dynamically calculate the version based on dbsettings.VERSION
version_tuple = (0, 8, 0)
version_tuple = (0, 8, 1)
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 1c28c13

Please sign in to comment.