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 72bb8ed + 291446c commit bcede29Copy full SHA for bcede29
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## securesystemslib v0.12.1
9
10
* Fix stream duplication race conditions in subprocess interface (#186)
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name = 'securesystemslib',
71
- version = '0.12.1',
+ version = '0.12.2',
72
description = 'A library that provides cryptographic and general-purpose'
73
' routines for Secure Systems Lab projects at NYU',
74
long_description = long_description,
0 commit comments