Skip to content

Commit

Permalink
Publish version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzheng committed Sep 24, 2023
1 parent 500054a commit 3a3e5c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.2.0
================================================================================

* Remove patch and let garbage collector reap/close the responses (if not already closed by reading to eof)

Version 0.1.6
================================================================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='aiohttp-requests',
version='0.2.0',
version='0.2.1',

author='Max Zheng',
author_email='maxzheng.os @t gmail.com',
Expand Down

0 comments on commit 3a3e5c0

Please sign in to comment.