Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Jul 25, 2011
1 parent b5a2160 commit b17b2dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
@@ -1,7 +1,8 @@
Changes
=======

In next release...
2.1 (2011-07-25)
----------------

Features:

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.1'

# 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
@@ -1,4 +1,4 @@
__version__ = '2.0.2'
__version__ = '2.1'

import os
import sys
Expand Down

0 comments on commit b17b2dc

Please sign in to comment.