Skip to content

Commit

Permalink
Merge pull request #90 from vladimir-v-diaz/bump_version_0.10.10
Browse files Browse the repository at this point in the history
Bump version 0.10.10
  • Loading branch information
vladimir-v-diaz authored Jan 31, 2018
2 parents bb34f86 + aad3e90 commit 57c12fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## securesystemslib v0.10.10

* Add get_password() to API.

* Enable password confirmation in all `generate_and_write_XXX_keypair()`
functions.

* Minor:
Fix broken link in comment (recommended # of bits for RSA keys).
Add `TEXT_SCHEMA`.
Remove obsolete function (check_crypto_libaries) from `.coveragerc`.

## securesystemslib v0.10.9

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.9',
version = '0.10.10',
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 57c12fd

Please sign in to comment.