summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-06 12:26:15 -0700
committerLance Stout <lancestout@gmail.com>2012-06-06 12:26:15 -0700
commit3b2c865a5898dd5206422d24bc7a0f1cc7d24df6 (patch)
tree0404fd3408b9a8894dac7c8606b6a7aa4d5a0c70
parentdb0e683d013f266ccf7505d2b2fae43432c62072 (diff)
downloadslixmpp-sleek-1.1.2.tar.gz
slixmpp-sleek-1.1.2.tar.bz2
slixmpp-sleek-1.1.2.tar.xz
slixmpp-sleek-1.1.2.zip
Bump version to 1.1.2sleek-1.1.21.1.2
-rw-r--r--README.rst2
-rw-r--r--sleekxmpp/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 61b70d41..6e729c9c 100644
--- a/README.rst
+++ b/README.rst
@@ -45,7 +45,7 @@ The latest source code for SleekXMPP may be found on `Github
``develop`` branch.
**Latest Release**
- - `1.1.1 <http://github.com/fritzy/SleekXMPP/zipball/1.1.1>`_
+ - `1.1.2 <http://github.com/fritzy/SleekXMPP/zipball/1.1.2>`_
**Develop Releases**
- `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py
index fbebc522..04aa3d59 100644
--- a/sleekxmpp/version.py
+++ b/sleekxmpp/version.py
@@ -9,5 +9,5 @@
# We don't want to have to import the entire library
# just to get the version info for setup.py
-__version__ = '1.1.1'
-__version_info__ = (1, 1, 1, '', 0)
+__version__ = '1.1.2'
+__version_info__ = (1, 1, 2, '', 0)