Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
legastero committed Jun 13, 2012
1 parent c39ad7d commit 0e36a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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>`_
Expand Down
4 changes: 2 additions & 2 deletions sleekxmpp/version.py
Expand Up @@ -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)

0 comments on commit 0e36a01

Please sign in to comment.