Skip to content

Commit

Permalink
Merge pull request #157 from secure-systems-lab/bump_release_0_11_3
Browse files Browse the repository at this point in the history
Bump version for release 0.11.3
  • Loading branch information
awwad authored Sep 27, 2018
2 parents 198d655 + 3716ad7 commit 23008b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog

## securesystemslib v0.11.3

* Provide option to normalize line endings (`\r\n` -> `\n`, `\r` -> `\n`) when
calculating the hash of a file (default: do not normalize).
* Update developer dependencies (dev-requirements.txt):
* cryptography 2.2.2 to 2.3.1
* tox 3.0.0 to 3.2.1

## securesystemslib v0.11.2

* No (en|de)cryption of ed25519 key files when given empty password (pr #148).
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.11.2',
version = '0.11.3',
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 23008b4

Please sign in to comment.