summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-09 11:32:03 -0700
committerLance Stout <lancestout@gmail.com>2012-06-09 11:32:03 -0700
commit6997261c6b3479260465a6c829a21152f9019b4d (patch)
tree113a423927a5b8ae6e1ef731b6951a7ba7eefcb6
parent6cfb5cb14c2904a36ea350046dfcabd1773613f7 (diff)
downloadslixmpp-6997261c6b3479260465a6c829a21152f9019b4d.tar.gz
slixmpp-6997261c6b3479260465a6c829a21152f9019b4d.tar.bz2
slixmpp-6997261c6b3479260465a6c829a21152f9019b4d.tar.xz
slixmpp-6997261c6b3479260465a6c829a21152f9019b4d.zip
Bump version for 1.1.3sleek-1.1.31.1.3
-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 6e729c9c..e7e409f9 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.2 <http://github.com/fritzy/SleekXMPP/zipball/1.1.2>`_
+ - `1.1.3 <http://github.com/fritzy/SleekXMPP/zipball/1.1.3>`_
**Develop Releases**
- `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py
index 04aa3d59..37c2875e 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.2'
-__version_info__ = (1, 1, 2, '', 0)
+__version__ = '1.1.3'
+__version_info__ = (1, 1, 3, '', 0)