Skip to content

Commit

Permalink
Merge pull request #141 from vladimir-v-diaz/bump_version_0.10.11
Browse files Browse the repository at this point in the history
Bump version to 0.10.11
  • Loading branch information
vladimir-v-diaz authored Mar 28, 2018
2 parents 54878c3 + 22dcb7e commit 946bb81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## securesystemslib v0.10.11

* Replace deprecated `cryptography` methods. signer() and verifier()
should be replaced with sign() and verify(), respectively.

* Update dependencies.

## securesystemslib v0.10.10

* Add get_password() to API.
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.10',
version = '0.10.11',
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 946bb81

Please sign in to comment.