Skip to content

Commit

Permalink
Merge pull request #189 from lukpueh/bump_version_0.12.1
Browse files Browse the repository at this point in the history
Bump version 0.12.1
  • Loading branch information
lukpueh authored Oct 29, 2019
2 parents e384e22 + 3f01afc commit dfd4c65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## securesystemslib v0.12.1

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

## securesystemslib v0.12.0

* *backwards incompatible*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

setup(
name = 'securesystemslib',
version = '0.12.0',
version = '0.12.1',
description = 'A library that provides cryptographic and general-purpose'
' routines for Secure Systems Lab projects at NYU',
long_description = long_description,
Expand Down

0 comments on commit dfd4c65

Please sign in to comment.