Skip to content

Commit 9e12323

Browse files
committed
Move version to 6.8.0 for release + update CHANGES
1 parent 0e0c18d commit 9e12323

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 6.8.0 (unreleased)
1+
# 6.8.0
22

33
## New Features
44

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project_urls =
1717
Source Code = https://github.com/pypa/bandersnatch
1818
Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
1919
url = https://github.com/pypa/bandersnatch/
20-
version = 6.7.0
20+
version = 6.8.0
2121

2222
[options]
2323
install_requires =

src/bandersnatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def version_str(self) -> str:
2020

2121
__version_info__ = _VersionInfo(
2222
major=6,
23-
minor=7,
23+
minor=8,
2424
micro=0,
2525
releaselevel="",
2626
serial=0, # Not currently in use with Bandersnatch versioning

0 commit comments

Comments
 (0)