Skip to content

Commit

Permalink
Started development on 2.1~dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NaPs committed May 11, 2014
1 parent 7a3db64 commit e03ed41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ TODO
Changelog
---------

v2.1 - XXX (not yet released)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-

v2.0 - Strawberry, released on 11/05/14
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = version + ''
release = version + '~dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '2.0'
version = '2.1~dev'
ldesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()

setup(name='confiture',
Expand Down

0 comments on commit e03ed41

Please sign in to comment.