From 4fd503e3d2e6384f6374807f4711db58b19fcf5a Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 22 Sep 2021 22:36:59 +0200 Subject: [PATCH] Release 2.0.2 Signed-off-by: Ludovic Rousseau --- ChangeLog | 11 +++++++++++ setup.py | 2 +- smartcard/doc/conf.py | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ea362de..f981134d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2.0.2 (September 2021) +====================== + + * Fix an issue in ReaderMonitor() that failed to enumerate readers + on macOS + * getReaderNames(): handle SCARD_E_SERVICE_STOPPED on Windows + generated on last reader removal + * Restrict MAX_BUFFER_SIZE_EXTENDED to 65535 and fix an issue on + Lenovo laptops with NXP NFC readers + * SmartcardException: display a positive PCSC error code + 2.0.1 (June 2021) ================= diff --git a/setup.py b/setup.py index 161886db..544035a6 100755 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ platform_include_dirs = ['/usr/include/PCSC', '/usr/local/include/PCSC'] -VERSION_INFO = (2, 0, 1, 0) +VERSION_INFO = (2, 0, 2, 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 2112c642..42e0efab 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.1' +version = '2.0.2' # The full version, including alpha/beta/rc tags. -release = '2.0.1' +release = '2.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.