Skip to content

Commit dfd4c65

Browse files
authored
Merge pull request #189 from lukpueh/bump_version_0.12.1
Bump version 0.12.1
2 parents e384e22 + 3f01afc commit dfd4c65

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.12.1
4+
5+
* Fix stream duplication race conditions in subprocess interface (#186)
6+
37
## securesystemslib v0.12.0
48

59
* *backwards incompatible*

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