summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-20 23:45:14 -0700
committerLance Stout <lancestout@gmail.com>2012-06-20 23:45:14 -0700
commit8a745c5e8101ee80fff88cf93e969fec5507ba2d (patch)
tree152405dc8671b202c5975b22fdc9aff614f7b7a2
parentbf0a157c5dfdcc95f630f9919dd1ab1dfdcc4725 (diff)
downloadslixmpp-8a745c5e8101ee80fff88cf93e969fec5507ba2d.tar.gz
slixmpp-8a745c5e8101ee80fff88cf93e969fec5507ba2d.tar.bz2
slixmpp-8a745c5e8101ee80fff88cf93e969fec5507ba2d.tar.xz
slixmpp-8a745c5e8101ee80fff88cf93e969fec5507ba2d.zip
Bump version to 1.1.7sleek-1.1.71.1.7
-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 03b1f59a..9e99a9bc 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.6 <http://github.com/fritzy/SleekXMPP/zipball/1.1.6>`_
+ - `1.1.7 <http://github.com/fritzy/SleekXMPP/zipball/1.1.7>`_
**Develop Releases**
- `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py
index 1c8737ee..782a8560 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.6'
-__version_info__ = (1, 1, 6, '', 0)
+__version__ = '1.1.7'
+__version_info__ = (1, 1, 7, '', 0)