We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ebdf8f + 64eac9a commit fe918f8Copy full SHA for fe918f8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## securesystemslib v0.14.2
4
+
5
+* Re-enable OpenPGP signature verification without GnuPG (#215)
6
7
## securesystemslib v0.14.1
8
9
* Improve logging (#212, #211)
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name = 'securesystemslib',
71
- version = '0.14.1',
+ version = '0.14.2',
72
description = 'A library that provides cryptographic and general-purpose'
73
' routines for Secure Systems Lab projects at NYU',
74
license = 'MIT',
0 commit comments