Skip to content

Commit

Permalink
Bumped version number to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed May 10, 2016
1 parent c5e5956 commit 6fbf0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tenancy/__init__.py
Expand Up @@ -2,7 +2,7 @@

from django.utils.version import get_version

VERSION = (0, 2, 1, 'alpha', 0)
VERSION = (0, 2, 1, 'final', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 6fbf0d6

Please sign in to comment.