From 1db15a25463b34e88ccdf8395bb5b5913137046b Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 10 Jan 2015 12:20:26 -0800 Subject: [PATCH] v0.3.6 --- Changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index f487372..3e7521a 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Version 0.3.6 (2015-01-10) +-------------------------- +- Python 3 compatibility fixes +- Fix test matrix (Python version configuration) in Travis + Version 0.3.5 (2014-12-22) -------------------------- - Refactor application of enveloped signature transforms diff --git a/setup.py b/setup.py index 2bf9894..9982a89 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='signxml', - version='0.3.5', + version='0.3.6', url='https://github.com/kislyuk/signxml', license='Apache Software License', author='Andrey Kislyuk',