Skip to content

Commit

Permalink
Merge pull request #145 from vladimir-v-diaz/bump_version
Browse files Browse the repository at this point in the history
Bump version number (0.10.11 -> 0.11.0) and update CHANGELOG
  • Loading branch information
vladimir-v-diaz authored Apr 11, 2018
2 parents de32536 + a590aff commit fcd7959
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## securesystemslib v0.11.0

* Add `prompt` parameter to interface.import_rsa_privatekey_from_file() (pr #124).

* Update dependencies

## securesystemslib v0.10.11

* Replace deprecated `cryptography` methods. signer() and verifier()
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.10.11',
version = '0.11.0',
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
long_description = long_description,
author = 'https://www.updateframework.com',
Expand Down

0 comments on commit fcd7959

Please sign in to comment.