Skip to content

Commit

Permalink
First stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemarshall committed May 21, 2016
1 parent cde75f2 commit 6392bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_cryptography/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django_cryptography.utils.version import get_version

VERSION = (0, 1, 0, 'rc', 1)
VERSION = (0, 1, 0, 'final', 0)

__version__ = get_version(VERSION)
4 changes: 2 additions & 2 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Releases
========

0.1 - master_
-------------
0.1 - 2016-05-21
----------------

* Initial release

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def run_tests(self):
author_email='[email protected]',
license='BSD',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 6392bcb

Please sign in to comment.