Skip to content

Commit

Permalink
Merge pull request #338 from pquentin/release-0.10.1
Browse files Browse the repository at this point in the history
Release 0.10.1
  • Loading branch information
pquentin authored Oct 25, 2022
2 parents a96bf59 + 9e5ef79 commit a9bef59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

0.10.1 -- 2022-10-25
--------------------

Fixed Bugs
~~~~~~~~~~

- Fix urllib3 warning to only emit on X509Adapter usage

0.10.0 -- 2022-10-06
--------------------

Expand Down
2 changes: 1 addition & 1 deletion requests_toolbelt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__authors__ = 'Ian Cordasco, Cory Benfield'
__license__ = 'Apache v2.0'
__copyright__ = 'Copyright 2014 Ian Cordasco, Cory Benfield'
__version__ = '0.10.0'
__version__ = '0.10.1'
__version_info__ = tuple(int(i) for i in __version__.split('.'))

__all__ = [
Expand Down

0 comments on commit a9bef59

Please sign in to comment.