Skip to content

Commit b6c160b

Browse files
authored
Merge pull request #213 from lukpueh/bump_version_0.14.1
Bump version 0.14.1
2 parents 459496b + 1b9f66e commit b6c160b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## securesystemslib v0.14.1
4+
5+
* Improve logging (#212, #211)
6+
* Fix dependency monitoring and revise requirements files (#209)
7+
* Further improve optional dependency handling (#206)
8+
* Update release metadata (#205)
9+
310
## securesystemslib v0.14.0
411

512
* *behavior change*

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.14.0',
71+
version = '0.14.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)