Skip to content

Commit

Permalink
Update CHANGES for 6.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 3, 2023
1 parent 1735d07 commit e4b830a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Unreleased
# 6.1.0

## New Features

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

## Dropped Support

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

## CI

- Format with black `--preview` style `PR #1313`
- I contribute to black and want to help find bugs ...

# 6.0.1

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project_urls =
Source Code = https://github.com/pypa/bandersnatch
Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
url = https://github.com/pypa/bandersnatch/
version = 6.0.1
version = 6.1.0

[options]
install_requires =
Expand Down
4 changes: 2 additions & 2 deletions src/bandersnatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def version_str(self) -> str:

__version_info__ = _VersionInfo(
major=6,
minor=0,
micro=1,
minor=1,
micro=0,
releaselevel="",
serial=0, # Not currently in use with Bandersnatch versioning
)
Expand Down

0 comments on commit e4b830a

Please sign in to comment.