Skip to content

Commit b0d08fc

Browse files
committed
Update README.md + CHANGES.md for 4.0.1 release
1 parent 9469365 commit b0d08fc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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*

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1818
url = https://github.com/pypa/bandersnatch/
19-
version = 4.0.0
19+
version = 4.0.1
2020

2121
[options]
2222
include_package_data = True

src/bandersnatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)