File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 6.2.0
22
33## New Features
44
99
1010## Bug Fixes
1111
12- - Fixed import of packages from requirement files with UTF-16 encoding ` PR #1387 `
12+ - Fixed read of requirement files with non UTF-8 encoding - compatible with pip ` PR #1387 `
13+ - Type checking fixed to pass mypy > 1.0.0
14+ - Don't attempt docker on forks ` PR #1336 `
15+
16+ ## Notice
17+
18+ - This will be the last python 3.8 and 3.9 tested version. Going to plan to be >= 3.10
1319
1420# 6.1.0
1521
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project_urls =
1717 Source Code = https://github.com/pypa/bandersnatch
1818 Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
1919url = https://github.com/pypa/bandersnatch/
20- version = 6.1 .0
20+ version = 6.2 .0
2121
2222[options]
2323install_requires =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def version_str(self) -> str:
2020
2121__version_info__ = _VersionInfo (
2222 major = 6 ,
23- minor = 1 ,
23+ minor = 2 ,
2424 micro = 0 ,
2525 releaselevel = "" ,
2626 serial = 0 , # Not currently in use with Bandersnatch versioning
You can’t perform that action at this time.
0 commit comments