File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 4.1.1 (2020-8-12)
2+
3+ ## Bug Fixes
4+
5+ - Fixed name parsing issue for allow/blocklist project filters - ` PR #651 ` - Thanks ** @gerrod3 **
6+
17# 4.1.0 (2020-8-9)
28
39* Storage abstraction refactor + Type Annotating!*
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.1.0
19+ version = 4.1.1
2020
2121[options]
2222install_requires =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def version_str(self) -> str:
2121__version_info__ = _VersionInfo (
2222 major = 4 ,
2323 minor = 1 ,
24- micro = 0 ,
24+ micro = 1 ,
2525 releaselevel = "" ,
2626 serial = 0 , # Not currently in use with Bandersnatch versioning
2727)
You can’t perform that action at this time.
0 commit comments