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

Commit

Permalink
Open v2.1 development
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
medmunds committed Dec 3, 2015
1 parent 48028ec commit 5d4440e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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, 1, 'dev0') # Remove the 'dev' component in release branches
__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"
3 changes: 3 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ major version number (1.x to 2.0).
Djrill 2.x
----------

Version 2.1 (in development):


Version 2.0:

* **Breaking Changes:** please see the :ref:`upgrade guide <upgrading>`.
Expand Down

0 comments on commit 5d4440e

Please sign in to comment.