Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Dec 3, 2015
1 parent 48028ec commit 67dacb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djrill/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (2, 0, 'dev0') # Remove the 'dev' component in release branches
VERSION = (2, 0)
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"

0 comments on commit 67dacb6

Please sign in to comment.