Skip to content

Commit

Permalink
v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed May 10, 2017
1 parent 2e496c3 commit e4693eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
---------------

2.14.2 (2017-05-10)
+++++++++++++++++++

**Bugfixes**

- Changed a less-than to an equal-to and an or in the dependency markers to
widen compatibility with older setuptools releases.

2.14.1 (2017-05-09)
+++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"""

__title__ = 'requests'
__version__ = '2.14.1'
__build__ = 0x021401
__version__ = '2.14.2'
__build__ = 0x021402
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016 Kenneth Reitz'
Expand Down

0 comments on commit e4693eb

Please sign in to comment.