summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-15 15:36:01 -0700
committerLance Stout <lancestout@gmail.com>2012-06-15 15:36:01 -0700
commitee702f40710219290508f95ac01df50a96d04f3c (patch)
tree9e8c415aa8472806c2743ee55f6262c7c88e6119
parenta08c2161a7be82b849a5d3aa765a65cf0a6661e7 (diff)
downloadslixmpp-ee702f40710219290508f95ac01df50a96d04f3c.tar.gz
slixmpp-ee702f40710219290508f95ac01df50a96d04f3c.tar.bz2
slixmpp-ee702f40710219290508f95ac01df50a96d04f3c.tar.xz
slixmpp-ee702f40710219290508f95ac01df50a96d04f3c.zip
Bump version to 1.1.5sleek-1.1.51.1.5
-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 9b0b2f5b..427ae960 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.4 <http://github.com/fritzy/SleekXMPP/zipball/1.1.4>`_
+ - `1.1.5 <http://github.com/fritzy/SleekXMPP/zipball/1.1.5>`_
**Develop Releases**
- `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py
index ec793dd8..7970c3b5 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.4'
-__version_info__ = (1, 1, 4, '', 0)
+__version__ = '1.1.5'
+__version_info__ = (1, 1, 5, '', 0)