File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- # 5.0.0 (2021-X-X )
1+ # 5.0.0 (2021-4-28 )
22
33## New Features
44
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ classifiers =
55 Programming Language :: Python :: 3 :: Only
66 Programming Language :: Python :: 3.8
77 Programming Language :: Python :: 3.9
8- Programming Language :: Python :: 3.10
98description = Mirroring tool that implements the client (mirror) side of PEP 381
109long_description = file:README.md
1110long_description_content_type = text/markdown
@@ -16,7 +15,7 @@ project_urls =
1615 Source Code = https://github.com/pypa/bandersnatch
1716 Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
1817url = https://github.com/pypa/bandersnatch/
19- version = 5.0.0.dev0
18+ version = 5.0.0
2019
2120[options]
2221install_requires =
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ def version_str(self) -> str:
1919
2020
2121__version_info__ = _VersionInfo (
22- major = 4 ,
23- minor = 4 ,
22+ major = 5 ,
23+ minor = 0 ,
2424 micro = 0 ,
2525 releaselevel = "" ,
2626 serial = 0 , # Not currently in use with Bandersnatch versioning
You can’t perform that action at this time.
0 commit comments