Skip to content

Commit fd2901e

Browse files
committed
v2.5.0
1 parent 81e5a4b commit fd2901e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
Changes for v2.4.0 (2017-07-10)
211
===============================
312

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

0 commit comments

Comments
 (0)