Skip to content

Commit fe918f8

Browse files
author
lukpueh
authored
Merge pull request #216 from lukpueh/bump_version_0.14.2
Bump version 0.14.2
2 parents 8ebdf8f + 64eac9a commit fe918f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## securesystemslib v0.14.2
4+
5+
* Re-enable OpenPGP signature verification without GnuPG (#215)
6+
37
## securesystemslib v0.14.1
48

59
* Improve logging (#212, #211)

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.14.1',
71+
version = '0.14.2',
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)