Skip to content

Commit

Permalink
Update version and CHANGES for 6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Mar 1, 2023
1 parent e1e0365 commit 1feb860
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 6.2.0

## New Features

Expand All @@ -9,7 +9,13 @@

## Bug Fixes

- Fixed import of packages from requirement files with UTF-16 encoding `PR #1387`
- Fixed read of requirement files with non UTF-8 encoding - compatible with pip `PR #1387`
- Type checking fixed to pass mypy > 1.0.0
- Don't attempt docker on forks `PR #1336`

## Notice

- This will be the last python 3.8 and 3.9 tested version. Going to plan to be >= 3.10

# 6.1.0

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.1.0
version = 6.2.0

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

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

0 comments on commit 1feb860

Please sign in to comment.