v1.2.3 v1.2.3
authorKenneth Reitz <me@kennethreitz.com>
Sat, 25 May 2013 16:48:10 +0000 (12:48 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 25 May 2013 16:48:10 +0000 (12:48 -0400)
HISTORY.rst
requests/__init__.py

index cbd7126..693f017 100644 (file)
@@ -3,6 +3,18 @@
 History
 -------
 
+1.2.3 (2013-05-25)
+++++++++++++++++++
+
+- Simple packaging fix
+
+
+1.2.2 (2013-05-23)
+++++++++++++++++++
+
+- Simple packaging fix
+
+
 1.2.1 (2013-05-20)
 ++++++++++++++++++
 
index 6d76ac6..1af8d8e 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '1.2.2'
-__build__ = 0x010202
+__version__ = '1.2.3'
+__build__ = 0x010203
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2013 Kenneth Reitz'