File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88- Remove py3.11 support ` PR #2082 `
99- Remove swift support ` PR #2081 `
1010
11+ ## CI / test
12+
13+ - Move all main CI integration tests to simple API
14+ - One dedicated 3.14 xmlrpc test left until deletion
15+ - Unittests only test simple API
16+
1117# 6.8.0
1218
1319## New Features
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 = 7.0.0.dev0
19+ version = 7.0.0
2020
2121[options]
2222install_requires =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def version_str(self) -> str:
2222 major = 7 ,
2323 minor = 0 ,
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