We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0a10f commit cc25c58Copy full SHA for cc25c58
Changes.rst
@@ -1,3 +1,8 @@
1
+Changes for v2.7.1 (2019-11-30)
2
+===============================
3
+
4
+- Accept PEM keys as either str or bytes
5
6
Changes for v2.7.0 (2019-11-30)
7
===============================
8
setup.py
@@ -4,7 +4,7 @@
setup(
name='signxml',
- version="2.7.0",
+ version="2.7.1",
url='https://github.com/kislyuk/signxml',
9
license='Apache Software License',
10
author='Andrey Kislyuk',
0 commit comments