File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 4.0.1 (2020-4-5)
2+
3+ - Pass correct aiohttp timeout objects - ` PR #478 `
4+ - Replace pkg_resources with importlib.resources - ` PR #479 ` - Thanks ** @SanketDG **
5+
16# 4.0.0 (2020-3-29)
27
38* asyncio aiohttp refactor*
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ project_urls =
1616 Source Code = https://github.com/pypa/bandersnatch
1717 Change Log = https://github.com/pypa/bandersnatch/CHANGES.md
1818url = https://github.com/pypa/bandersnatch/
19- version = 4.0.0
19+ version = 4.0.1
2020
2121[options]
2222include_package_data = True
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def version_str(self) -> str:
1818__version_info__ = _VersionInfo (
1919 major = 4 ,
2020 minor = 0 ,
21- micro = 0 ,
21+ micro = 1 ,
2222 releaselevel = "" ,
2323 serial = 0 , # Not currently in use with Bandersnatch versioning
2424)
You can’t perform that action at this time.
0 commit comments