diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-15 15:36:01 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-15 15:36:01 -0700 |
commit | ee702f40710219290508f95ac01df50a96d04f3c (patch) | |
tree | 9e8c415aa8472806c2743ee55f6262c7c88e6119 | |
parent | a08c2161a7be82b849a5d3aa765a65cf0a6661e7 (diff) | |
download | slixmpp-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.rst | 2 | ||||
-rw-r--r-- | sleekxmpp/version.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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) |