From 320008f76879139e8016db558865da2af0408430 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Fri, 8 Oct 2021 10:30:44 -0700 Subject: [PATCH] v2.9.0 --- Changes.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index 5941c57..994d342 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,10 @@ +Changes for v2.9.0 (2021-10-08) +=============================== + +- Unlimit cryptography version constraint. Fixes #177 + +- Bump pyOpenSSL compat range; add dep version strategy note + Changes for v2.8.2 (2021-05-14) =============================== diff --git a/setup.py b/setup.py index 6df2e1b..2db9d04 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='signxml', - version="2.8.2", + version="2.9.0", url='https://github.com/kislyuk/signxml', license='Apache Software License', author='Andrey Kislyuk',