diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2013-05-25 12:48:10 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2013-05-25 12:48:10 -0400 |
| commit | 3bb13f8fbb9d4ed1a20bd33495cdc087eb062ca0 (patch) | |
| tree | 81e6666149c88f6e07b35dc2fb682227865081ed | |
| parent | 00ab8fbfea52795e5f40b18d4707a9799fcd0688 (diff) | |
| download | python-requests-3bb13f8fbb9d4ed1a20bd33495cdc087eb062ca0.tar.gz | |
v1.2.3v1.2.3
| -rw-r--r-- | HISTORY.rst | 12 | ||||
| -rw-r--r-- | requests/__init__.py | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index cbd71262..693f0177 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 6d76ac62..1af8d8ed 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -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' |
