diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-13 09:17:08 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-13 09:17:08 -0700 |
commit | 0e36a0135407ea9a274517c7cfd5fe32eda0491f (patch) | |
tree | 14175b2bab20c910e30b494885e202254406653d | |
parent | c39ad7dfbb862d22994329963df8c4729c083305 (diff) | |
download | slixmpp-d806d7f06a66f9cd43a442835c6f54e846a44a6d.tar.gz slixmpp-d806d7f06a66f9cd43a442835c6f54e846a44a6d.tar.bz2 slixmpp-d806d7f06a66f9cd43a442835c6f54e846a44a6d.tar.xz slixmpp-d806d7f06a66f9cd43a442835c6f54e846a44a6d.zip |
Bump version to 1.1.4sleek-1.1.41.1.4
-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.3 <http://github.com/fritzy/SleekXMPP/zipball/1.1.3>`_ + - `1.1.4 <http://github.com/fritzy/SleekXMPP/zipball/1.1.4>`_ **Develop Releases** - `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_ diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py index 37c2875e..ec793dd8 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.3' -__version_info__ = (1, 1, 3, '', 0) +__version__ = '1.1.4' +__version_info__ = (1, 1, 4, '', 0) |