Skip to content

Commit 717502f

Browse files
committed
Move version to 7.1.0 for release + update CHANGES
1 parent 27dfdfe commit 717502f

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.1.0
2+
3+
## New Features
4+
15
- Make filesystem permissions management configurable `PR #2137`
26

37
# 7.0.1

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.1
19+
version = 7.1.0
2020

2121
[options]
2222
install_requires =

src/bandersnatch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def version_str(self) -> str:
2020

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

0 commit comments

Comments
 (0)