Skip to content

Commit

Permalink
Update README.md + CHANGES.md for 4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Apr 5, 2020
1 parent 9469365 commit b0d08fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.0.1 (2020-4-5)

- Pass correct aiohttp timeout objects - `PR #478`
- Replace pkg_resources with importlib.resources - `PR #479` - Thanks **@SanketDG**

# 4.0.0 (2020-3-29)

*asyncio aiohttp refactor*
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project_urls =
Source Code = https://github.com/pypa/bandersnatch
Change Log = https://github.com/pypa/bandersnatch/CHANGES.md
url = https://github.com/pypa/bandersnatch/
version = 4.0.0
version = 4.0.1

[options]
include_package_data = True
Expand Down
2 changes: 1 addition & 1 deletion src/bandersnatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def version_str(self) -> str:
__version_info__ = _VersionInfo(
major=4,
minor=0,
micro=0,
micro=1,
releaselevel="",
serial=0, # Not currently in use with Bandersnatch versioning
)
Expand Down

0 comments on commit b0d08fc

Please sign in to comment.