Skip to content

Commit

Permalink
v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Sep 9, 2022
1 parent dfb168e commit 4fd41bf
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 v2.10.1 (2022-09-09)
================================

- Do not excise any empty ``xmlns=""`` declarations by default. This
behavior is now configurable as follows

::

signer = XMLSigner()
signer.excise_empty_xmlns_declarations = True
signer.sign(...)

::

verifier = XMLVerifier()
verifier.excise_empty_xmlns_declarations = True
verifier.verify(...)

- Documentation and autoformatting improvements

Changes for v2.10.0 (2022-08-20)
================================

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.0",
version="2.10.1",
url="https://github.com/kislyuk/signxml",
license="Apache Software License",
author="Andrey Kislyuk",
Expand Down

0 comments on commit 4fd41bf

Please sign in to comment.