Skip to content

Commit e4b830a

Browse files
committed
Update CHANGES for 6.1.0 release
1 parent 1735d07 commit e4b830a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
# Unreleased
1+
# 6.1.0
22

33
## New Features
44

5-
- Format with black `--preview` style `PR #1313`
6-
- I contribute to black and want to help find bugs ...
75
- Add a `packages` config under `[filter_prerelease]` for prerelease filter to filter only specified packages. `PR #1328`
86

97
## Dropped Support
108

119
- Dropped LegacyVersion support for latest_name plugin `PR #1315`
1210
- No longer issue PURGE requests on StalePage exceptions as PyPI now requires authentication `PR #1335`
1311

12+
## CI
13+
14+
- Format with black `--preview` style `PR #1313`
15+
- I contribute to black and want to help find bugs ...
16+
1417
# 6.0.1
1518

1619
## Bug Fixes

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 = 6.0.1
19+
version = 6.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=6,
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)