Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Nov 14, 2022
1 parent dc7d984 commit 3902722
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Changes for v3.0.0 (2022-11-13)
===============================

- Add XAdES support

- Migrate all configuration inputs to enums (string identifiers are
still supported, but will be deprecated in a future version)

- Migrate structured data inputs to dataclasses

- Deprecate excise_empty_xmlns_declarations

- Documentation and test infrastructure improvements

- Clean up top level signxml and signxml.xades namespaces

- Stop using default_backend for cryptography, it is no longer required

- Drop Python 3.6 support (#200)

- Drop Python 3.6 support.

Changes for v2.10.1 (2022-09-09)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="signxml",
version="2.10.1",
version="3.0.0",
url="https://github.com/kislyuk/signxml",
license="Apache Software License",
author="Andrey Kislyuk",
Expand Down

0 comments on commit 3902722

Please sign in to comment.