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 81e5a4b commit fd2901eCopy full SHA for fd2901e
Changes.rst
@@ -1,3 +1,12 @@
1
+Changes for v2.5.0 (2017-12-07)
2
+===============================
3
+
4
+- Relax dependency version constraints.
5
6
+- Drop Python 3.3 support.
7
8
+- Support for PEM files with CR+LF line endings (#93).
9
10
Changes for v2.4.0 (2017-07-10)
11
===============================
12
setup.py
@@ -4,7 +4,7 @@
setup(
name='signxml',
- version="2.4.0",
+ version="2.5.0",
url='https://github.com/kislyuk/signxml',
license='Apache Software License',
author='Andrey Kislyuk',
0 commit comments