Skip to content

Commit 576ea03

Browse files
authored
Merge pull request #351 from joshuagl/joshuagl/release-v0.20.1
Prepare 0.21.1 release
2 parents 71426dd + e258d10 commit 576ea03

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## securesystemslib v0.20.1
4+
**NOTE**: this will be the final release of securesystemslib that supports
5+
Python 2.7.
6+
This is because Python 2.7 was marked [end-of-life](
7+
https://www.python.org/dev/peps/pep-0373/) in January of 2020, and
8+
since then several of securesystemslib's direct and transitive dependencies
9+
have stopped supporting Python 2.7. securesystemslib's major users, the Python
10+
implementations of tuf (v0.167.0) and in-toto (v1.1.0), have already dropped
11+
support for Python 2.7.
12+
13+
### Changed
14+
* Switched to GitHub-native Dependabot (#349)
15+
* Updated Debian packaging metadata (#343)
16+
* Bump cryptography dependency (#346)
17+
18+
### Fixed
19+
* Fix the Signer abstract base class's method signature to include self (#348)
20+
321
## securesystemslib v0.20.0
422

523
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.20.0',
71+
version = '0.20.1',
7272
description = 'A library that provides cryptographic and general-purpose'
7373
' routines for Secure Systems Lab projects at NYU',
7474
license = 'MIT',

0 commit comments

Comments
 (0)