Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Aug 3, 2023
1 parent 33cf3e6 commit ef61c76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

**Time flies!!**

2.0.1 (2023-08-04)
++++++++++++++++++++

* Fixed: formdata fieldname
* Move import zlib to top level
* Change urlparse to urlsplit
* setup.py python_required=">=3.5"

2.0.0 (2023-07-29)
++++++++++++++++++++

Expand Down Expand Up @@ -159,7 +167,7 @@ Fix:
0.5.4.2 (2013-03-31)
++++++++++++++++++++

Feature:
Feature:

* :attr:`urlfetch.Response.link`, links parsed from HTTP Link header.

Expand Down Expand Up @@ -235,7 +243,7 @@ Fix:

* In some platforms ``urlfetch.useragents.list`` located in wrong place.
* :func:`~urlfetch.random_useragent` will never return the first line.
* Typo in the description of urlfetch.useragents.list (the first line).
* Typo in the description of urlfetch.useragents.list (the first line).

0.5.0 (2012-08-23)
+++++++++++++++++++
Expand Down Expand Up @@ -286,7 +294,7 @@ Fix:
+++++++++++++++++++
* Fix bug: file upload: file should always have a filename

0.2.1 (2012-02-22)
0.2.1 (2012-02-22)
+++++++++++++++++++

* More flexible file upload
Expand Down
2 changes: 1 addition & 1 deletion urlfetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:license: BSD 2-clause License, see LICENSE for more details.
"""

__version__ = "2.0.0"
__version__ = "2.0.1"
__author__ = "Yue Du <ifduyue@gmail.com>"
__url__ = "https://github.com/ifduyue/urlfetch"
__license__ = "BSD 2-Clause License"
Expand Down

0 comments on commit ef61c76

Please sign in to comment.