From 99ebb946abb08192995d87fcc700456792643a8e Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 31 Mar 2023 17:50:36 +0200 Subject: [PATCH] Release 2.0.7 Signed-off-by: Ludovic Rousseau --- ChangeLog | 4 ++++ setup.py | 2 +- smartcard/doc/conf.py | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 271d8f07..60d40526 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2.0.7 (March 2023) +================== + * do not include the generated HTML documentation in the archive + 2.0.6 (March 2023) ================== * handle SCARD_E_NO_SERVICE on Windows (on lmast reader removal) diff --git a/setup.py b/setup.py index 3a7cd92b..4b64e741 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ except: platform_include_dirs = ['/usr/include/PCSC', '/usr/local/include/PCSC'] -VERSION_INFO = (2, 0, 6, 0) +VERSION_INFO = (2, 0, 7, 0) VERSION_STR = '%i.%i.%i' % VERSION_INFO[:3] VERSION_ALT = '%i,%01i,%01i,%04i' % VERSION_INFO diff --git a/smartcard/doc/conf.py b/smartcard/doc/conf.py index 67d08446..20cba3cd 100644 --- a/smartcard/doc/conf.py +++ b/smartcard/doc/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '2.0.5' +version = '2.0.7' # The full version, including alpha/beta/rc tags. -release = '2.0.6' +release = '2.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.