Skip to content

Commit

Permalink
v0.3.1: Require Requests < v1.0 due to unsolved compatibility issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Dec 18, 2012
1 parent f7e6233 commit 753aa69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,8 @@ Changelog
*You can click a version name to see a diff with the previous one.*
* `0.3.1`_ (2012-12-18)
* Require Requests < v1.0 due to unsolved compatibility issues.
* `0.3.0`_ (2012-09-21)
* Allow output redirection on Windows.
* Added configuration file.
Expand Down Expand Up @@ -1120,6 +1122,7 @@ Changelog
.. _0.2.6: https://github.com/jkbr/httpie/compare/0.2.5...0.2.6
.. _0.2.7: https://github.com/jkbr/httpie/compare/0.2.5...0.2.7
.. _0.3.0: https://github.com/jkbr/httpie/compare/0.2.7...0.3.0
.. _0.3.1: https://github.com/jkbr/httpie/compare/0.2.7...0.3.1
.. _stable version: https://github.com/jkbr/httpie/tree/0.3.0#readme
.. _AUTHORS.rst: https://github.com/jkbr/httpie/blob/master/AUTHORS.rst
.. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

requirements = [
# Debian has only requests==0.10.1 and httpie.deb depends on that.
'requests>=0.10.1',
'requests>=0.10.1,<1.0',
'Pygments>=1.5'
]
if sys.version_info[:2] in ((2, 6), (3, 1)):
Expand Down

0 comments on commit 753aa69

Please sign in to comment.