Skip to content

Commit 1c4161e

Browse files
Merge pull request #147 from vladimir-v-diaz/bump_version_to_0.11.1
Bump version to 0.11.1
2 parents 572dbe8 + 4465655 commit 1c4161e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## securesystemslib v0.11.1
3+
4+
* Convert `\r\n` newline characters to `\n`, so that the same KEYID is
5+
generated for key data regardless of the newline style used (pr #146).
6+
27
## securesystemslib v0.11.0
38

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.11.0',
71+
version = '0.11.1',
7272
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
7373
long_description = long_description,
7474
author = 'https://www.updateframework.com',

0 commit comments

Comments
 (0)