We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0c18d commit 9e12323Copy full SHA for 9e12323
CHANGES.md
@@ -1,4 +1,4 @@
1
-# 6.8.0 (unreleased)
+# 6.8.0
2
3
## New Features
4
setup.cfg
@@ -17,7 +17,7 @@ project_urls =
17
Source Code = https://github.com/pypa/bandersnatch
18
Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
19
url = https://github.com/pypa/bandersnatch/
20
-version = 6.7.0
+version = 6.8.0
21
22
[options]
23
install_requires =
src/bandersnatch/__init__.py
@@ -20,7 +20,7 @@ def version_str(self) -> str:
__version_info__ = _VersionInfo(
major=6,
- minor=7,
+ minor=8,
24
micro=0,
25
releaselevel="",
26
serial=0, # Not currently in use with Bandersnatch versioning
0 commit comments