summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-20 21:08:43 -0700
committerLance Stout <lancestout@gmail.com>2012-06-20 21:08:43 -0700
commit7a112f25237fcae3a99d327f56d4e01a94fd6e86 (patch)
tree33a89e192a19b2ba9aff5b461f70755b7512b68f
parente86444e5fb731c45cfebeaf54951d916c23d88ec (diff)
downloadslixmpp-7a112f25237fcae3a99d327f56d4e01a94fd6e86.tar.gz
slixmpp-7a112f25237fcae3a99d327f56d4e01a94fd6e86.tar.bz2
slixmpp-7a112f25237fcae3a99d327f56d4e01a94fd6e86.tar.xz
slixmpp-7a112f25237fcae3a99d327f56d4e01a94fd6e86.zip
Bump version to 1.1.6sleek-1.1.61.1.6
-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 427ae960..03b1f59a 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.5 <http://github.com/fritzy/SleekXMPP/zipball/1.1.5>`_
+ - `1.1.6 <http://github.com/fritzy/SleekXMPP/zipball/1.1.6>`_
**Develop Releases**
- `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py
index 7970c3b5..1c8737ee 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.5'
-__version_info__ = (1, 1, 5, '', 0)
+__version__ = '1.1.6'
+__version_info__ = (1, 1, 6, '', 0)