diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-09 11:32:03 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-09 11:32:03 -0700 |
commit | 6997261c6b3479260465a6c829a21152f9019b4d (patch) | |
tree | 113a423927a5b8ae6e1ef731b6951a7ba7eefcb6 | |
parent | 6cfb5cb14c2904a36ea350046dfcabd1773613f7 (diff) | |
download | slixmpp-sleek-1.1.3.tar.gz slixmpp-sleek-1.1.3.tar.bz2 slixmpp-sleek-1.1.3.tar.xz slixmpp-sleek-1.1.3.zip |
Bump version for 1.1.3sleek-1.1.31.1.3
-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.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) |