Skip to content

Commit

Permalink
Release v1.6.5
Browse files Browse the repository at this point in the history
Bump requests-toolbelt dependency to be >= 0.5.1 to account for
requests/toolbelt#117

Closes #155
  • Loading branch information
sigmavirus24 committed Dec 16, 2015
1 parent 6d48d97 commit feca496
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Changelog
=========

* :release:`1.6.5 <2015-12-16>`

* :bug:`155` Bump requests-toolbelt version to ensure we avoid
ConnectionErrors

* :release:`1.6.4 <2015-10-27>`

* :bug:`145` Paths with hyphens in them break the Wheel regular expression.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires = [
"pkginfo >= 1.0",
"requests >= 2.3.0",
"requests-toolbelt >= 0.4.0",
"requests-toolbelt >= 0.5.1",
"setuptools >= 0.7.0",
]

Expand Down
2 changes: 1 addition & 1 deletion twine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "Collection of utilities for interacting with PyPI"
__uri__ = "https://github.com/pypa/twine"

__version__ = "1.6.4"
__version__ = "1.6.5"

__author__ = "Donald Stufft and individual contributors"
__email__ = "[email protected]"
Expand Down

0 comments on commit feca496

Please sign in to comment.