This commit is contained in:
2016-08-08 11:06:58 -04:00
parent 05d90b9379
commit a2e41ba1f1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
Release History
---------------
2.11.0 (2016-08-XX)
2.11.0 (2016-08-08)
+++++++++++++++++++
**Improvements**
+2 -2
View File
@@ -41,8 +41,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
__version__ = '2.10.0'
__build__ = 0x021000
__version__ = '2.11.0'
__build__ = 0x021100
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016 Kenneth Reitz'