From 0fea4262ea396a81926cebc2be39afdbb7129396 Mon Sep 17 00:00:00 2001
From: Lance Stout <lancestout@gmail.com>
Date: Wed, 31 Oct 2012 13:54:38 -0700
Subject: Bump version to 1.1.11

---
 README.rst           | 2 +-
 sleekxmpp/version.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 31bd7c7b..f4fb0a22 100644
--- a/README.rst
+++ b/README.rst
@@ -45,7 +45,7 @@ The latest source code for SleekXMPP may be found on `Github
 ``develop`` branch.
 
 **Latest Release**
-    - `1.1.10 <http://github.com/fritzy/SleekXMPP/zipball/1.1.10>`_
+    - `1.1.11 <http://github.com/fritzy/SleekXMPP/zipball/1.1.11>`_
 
 **Develop Releases**
     - `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py
index 010f425b..8f83adb3 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.10'
-__version_info__ = (1, 1, 10, '', 0)
+__version__ = '1.1.11'
+__version_info__ = (1, 1, 11, '', 0)
-- 
cgit v1.2.3