diff options
author | Lance Stout <lancestout@gmail.com> | 2014-04-20 18:05:27 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2014-04-20 18:05:27 -0700 |
commit | 8282d135cccbf71484b130f51e2724006791428a (patch) | |
tree | d8c8a916b30d6c3b47505030b367725e8f5ef128 | |
parent | 9acc78c81d9d27e1134618266f4cd74ab07994e9 (diff) | |
download | slixmpp-8282d135cccbf71484b130f51e2724006791428a.tar.gz slixmpp-8282d135cccbf71484b130f51e2724006791428a.tar.bz2 slixmpp-8282d135cccbf71484b130f51e2724006791428a.tar.xz slixmpp-8282d135cccbf71484b130f51e2724006791428a.zip |
Bump version
-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.11 <http://github.com/fritzy/SleekXMPP/zipball/1.1.11>`_ + - `1.2.5 <http://github.com/fritzy/SleekXMPP/zipball/1.2.5>`_ **Develop Releases** - `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_ diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py index 21efebbc..cbb6d9e5 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.2.4' -__version_info__ = (1, 2, 4, '', 0) +__version__ = '1.2.5' +__version_info__ = (1, 2, 5, '', 0) |