Skip to content

Commit 1584c6a

Browse files
committed
Move version to 6.5.0 for release
1 parent a5faa14 commit 1584c6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1717
url = https://github.com/pypa/bandersnatch/
18-
version = 6.4.0
18+
version = 6.5.0
1919

2020
[options]
2121
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=4,
23+
minor=5,
2424
micro=0,
2525
releaselevel="",
2626
serial=0, # Not currently in use with Bandersnatch versioning

0 commit comments

Comments
 (0)