Skip to content

Commit b1e6851

Browse files
committed
Update README.md + CHANGES.md for 4.1.1 release
1 parent f82152a commit b1e6851

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

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

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.1.0
19+
version = 4.1.1
2020

2121
[options]
2222
install_requires =

src/bandersnatch/__init__.py

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

0 commit comments

Comments
 (0)