Skip to content

Commit 6f77419

Browse files
authored
Merge pull request #1030 from jku/release-prep-1.3.1
Prepare release 1.3.1
2 parents f683509 + b71cc52 commit 6f77419

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## securesystemslib v1.3.1
4+
5+
### Fixed
6+
* AWSSigner: Don't send payload to AWS for signing, send hash only (#1026)
7+
* Set Development status classifier to "production/stable" in Python
8+
packaging (#1030)
9+
10+
### Internals
11+
* Minor infrastructure changes (#1005, #1013)
12+
313
## securesystemslib v1.3.0
414

515
The `hash` module will be removed in the next major version. Consider using

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = [
1818
"ecdsa",
1919
]
2020
classifiers = [
21-
"Development Status :: 4 - Beta",
21+
"Development Status :: 5 - Production/Stable",
2222
"Intended Audience :: Developers",
2323
"Natural Language :: English",
2424
"Operating System :: POSIX",

securesystemslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.3.1"
44

55
# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
66
# (print to console) and the WARNING log level (print messages of type

0 commit comments

Comments
 (0)