File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 6.4.0 (Unreleased)
1+ # 6.4.0
22
33- Move JSON Simple API to version 1.1 (as per PEP700) ` PR #1557 `
44- Move to >= 3.10 project ` PR #1457 `
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ project_urls =
1515 Source Code = https://github.com/pypa/bandersnatch
1616 Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
1717url = https://github.com/pypa/bandersnatch/
18- version = 6.4.0.dev0
18+ version = 6.4.0
1919
2020[options]
2121install_requires =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def version_str(self) -> str:
2222 major = 6 ,
2323 minor = 4 ,
2424 micro = 0 ,
25- releaselevel = "dev0 " ,
25+ releaselevel = "" ,
2626 serial = 0 , # Not currently in use with Bandersnatch versioning
2727)
2828__version__ = __version_info__ .version_str
You can’t perform that action at this time.
0 commit comments