Skip to content

Commit 3902722

Browse files
committed
v3.0.0
1 parent dc7d984 commit 3902722

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Changes.rst

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Changes for v3.0.0 (2022-11-13)
2+
===============================
3+
4+
- Add XAdES support
5+
6+
- Migrate all configuration inputs to enums (string identifiers are
7+
still supported, but will be deprecated in a future version)
8+
9+
- Migrate structured data inputs to dataclasses
10+
11+
- Deprecate excise_empty_xmlns_declarations
12+
13+
- Documentation and test infrastructure improvements
14+
15+
- Clean up top level signxml and signxml.xades namespaces
16+
17+
- Stop using default_backend for cryptography, it is no longer required
18+
19+
- Drop Python 3.6 support (#200)
20+
121
- Drop Python 3.6 support.
222

323
Changes for v2.10.1 (2022-09-09)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="signxml",
7-
version="2.10.1",
7+
version="3.0.0",
88
url="https://github.com/kislyuk/signxml",
99
license="Apache Software License",
1010
author="Andrey Kislyuk",

0 commit comments

Comments
 (0)