File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
515The ` hash ` module will be removed in the next major version. Consider using
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords = [
1818 " ecdsa" ,
1919]
2020classifiers = [
21- " Development Status :: 4 - Beta " ,
21+ " Development Status :: 5 - Production/Stable " ,
2222 " Intended Audience :: Developers" ,
2323 " Natural Language :: English" ,
2424 " Operating System :: POSIX" ,
Original file line number Diff line number Diff line change 11import 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
You can’t perform that action at this time.
0 commit comments