We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf31bf commit 5b42933Copy full SHA for 5b42933
timezone_field/__init__.py
@@ -1,5 +1,5 @@
1
# modeled after django's versioning scheme, PEP 386
2
-VERSION = (0, 3, 0, 'alpha', 0)
+VERSION = (0, 3, 0, 'beta', 0)
3
4
# adapted from django's get_version()
5
# see django.git/django/__init__.py
0 commit comments