From 48a41c7ee695404b8c4a03fc9df90f9f1a7fbec2 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 9 Mar 2024 18:22:20 +0100 Subject: [PATCH] Relaese 2.0.8 Signed-off-by: Ludovic Rousseau --- ChangeLog | 10 ++++++++++ setup.py | 2 +- smartcard/doc/conf.py | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92eb8785..dd482c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2.0.8 (march 2024) +================== + * Make CardMonitor() thread safe on Python 3.12 + * Add hresult value in exceptions + * Improve documentation + * Check swig is installed on build + * Remove use of imp module for wx (GUI) + * Makefile: modernize use of setup.py + * Minor changes + 2.0.7 (March 2023) ================== * do not include the generated HTML documentation in the archive diff --git a/setup.py b/setup.py index aa099de4..ad8a49f0 100644 --- 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, 7, 0) +VERSION_INFO = (2, 0, 8, 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 20cba3cd..6213cb78 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.7' +version = '2.0.8' # The full version, including alpha/beta/rc tags. -release = '2.0.7' +release = '2.0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.