Skip to content

Commit 6392bcb

Browse files
First stable release
1 parent cde75f2 commit 6392bcb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

django_cryptography/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django_cryptography.utils.version import get_version
22

3-
VERSION = (0, 1, 0, 'rc', 1)
3+
VERSION = (0, 1, 0, 'final', 0)
44

55
__version__ = get_version(VERSION)

docs/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Releases
22
========
33

4-
0.1 - master_
5-
-------------
4+
0.1 - 2016-05-21
5+
----------------
66

77
* Initial release
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def run_tests(self):
148148
author_email='george@georgemarshall.name',
149149
license='BSD',
150150
classifiers=[
151-
'Development Status :: 4 - Beta',
151+
'Development Status :: 5 - Production/Stable',
152152
'Environment :: Web Environment',
153153
'Framework :: Django',
154154
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)