File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 6.1.0
22
33## New Features
44
5- - Format with black ` --preview ` style ` PR #1313 `
6- - I contribute to black and want to help find bugs ...
75- Add a ` packages ` config under ` [filter_prerelease] ` for prerelease filter to filter only specified packages. ` PR #1328 `
86
97## Dropped Support
108
119- Dropped LegacyVersion support for latest_name plugin ` PR #1315 `
1210- No longer issue PURGE requests on StalePage exceptions as PyPI now requires authentication ` PR #1335 `
1311
12+ ## CI
13+
14+ - Format with black ` --preview ` style ` PR #1313 `
15+ - I contribute to black and want to help find bugs ...
16+
1417# 6.0.1
1518
1619## Bug Fixes
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/blob/master/CHANGES.md
1818url = https://github.com/pypa/bandersnatch/
19- version = 6.0.1
19+ version = 6.1.0
2020
2121[options]
2222install_requires =
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ def version_str(self) -> str:
2020
2121__version_info__ = _VersionInfo (
2222 major = 6 ,
23- minor = 0 ,
24- micro = 1 ,
23+ minor = 1 ,
24+ micro = 0 ,
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