Skip to content

Commit 5c99168

Browse files
committed
Move version to 7.0.0 for release + update CHANGES
1 parent cb74863 commit 5c99168

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
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

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/blob/master/CHANGES.md
1818
url = https://github.com/pypa/bandersnatch/
19-
version = 7.0.0.dev0
19+
version = 7.0.0
2020

2121
[options]
2222
install_requires =

src/bandersnatch/__init__.py

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

0 commit comments

Comments
 (0)