Skip to content

Commit bcede29

Browse files
authored
Merge pull request #193 from lukpueh/bump_version_0.12.2
Bump version 0.12.2
2 parents 72bb8ed + 291446c commit bcede29

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## securesystemslib v0.12.2
4+
5+
* Remove unnecessary `python-dateutil==2.8.0` version pinning to not cause
6+
downstream dependency conflicts (#192)
7+
38
## securesystemslib v0.12.1
49

510
* Fix stream duplication race conditions in subprocess interface (#186)

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.12.1',
71+
version = '0.12.2',
7272
description = 'A library that provides cryptographic and general-purpose'
7373
' routines for Secure Systems Lab projects at NYU',
7474
long_description = long_description,

0 commit comments

Comments
 (0)