This commit is contained in:
Hanno Schlichting
2013-03-26 15:23:59 -07:00
parent 5fd29f33f5
commit 690bfe117e
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
Changelog
=========
1.1 (unreleased)
----------------
1.0 (2013-03-26)
----------------

View File

@@ -64,9 +64,9 @@ copyright = u'2011-2013, Kazoo team'
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -1,4 +1,4 @@
__version__ = '1.0'
__version__ = '1.1'
import os
import sys