Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed May 1, 2023
1 parent 6c7fe9d commit b7d1a1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions HISTORY.rst
@@ -1,17 +1,24 @@
History
=======

1.0.0 -- 2023-XX-XX
1.0.0 -- 2023-05-01
-------------------

Breaking Changes
~~~~~~~~~~~~~~~~

- Removed Google App Engine support
- Removed Google App Engine support to allow using urllib3 2.0

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

- Ensured the test suite no longer reaches the Internet

Miscellaneous
~~~~~~~~~~~~~

- Added explicit support for Python 3.11

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

Expand Down
2 changes: 1 addition & 1 deletion requests_toolbelt/__init__.py
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.1'
__version__ = '1.0.0'
__version_info__ = tuple(int(i) for i in __version__.split('.'))

__all__ = [
Expand Down

0 comments on commit b7d1a1f

Please sign in to comment.