Skip to content

Commit 7a9e651

Browse files
committed
Move version to 7.0.1 for release + update CHANGES
1 parent 36cba11 commit 7a9e651

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 7.0.1
22

33
## New Features
44

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
19+
version = 7.0.1
2020

2121
[options]
2222
install_requires =

src/bandersnatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def version_str(self) -> str:
2121
__version_info__ = _VersionInfo(
2222
major=7,
2323
minor=0,
24-
micro=0,
24+
micro=1,
2525
releaselevel="",
2626
serial=0, # Not currently in use with Bandersnatch versioning
2727
)

0 commit comments

Comments
 (0)