From c328d2262f4035cbcff13139f1e28042aabc88f1 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Mon, 25 Mar 2019 22:18:35 +0100 Subject: [PATCH] Release 1.9.8 --- ChangeLog | 10 +++++++++- setup.py | 2 +- smartcard/doc/conf.py | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2383c081..0d668e32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1.9.8 (March 2018) +================== + * SmartcardException: store the PC/SC return code in hresult + * CardMonitoring: stop the looping only if PCSC exited + * setup: support build on OpenBSD, and other BSD + * Fix Windows 10 SCARD_E_SERVICE_STOPPED from SCardListReaders() + * Minor documentation improvements + 1.9.7 (June 2018) ================= * Modify CardMonitoring's deleteObserver method to cleanly remove threads @@ -5,7 +13,7 @@ * Python 3: Fix SCardGetErrorMessage() on Windows * PCSCPart10: add parseFeatureRequest(), parseTlvProperties() * Fix PEP8 warnings - * Minor documentation improvements + * Minor documentation improvements 1.9.6 (August 2017) =================== diff --git a/setup.py b/setup.py index ff772c5c..5fa58575 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ platform_extra_link_args = [] # ['-ggdb'] -VERSION_INFO = (1, 9, 7, 0) +VERSION_INFO = (1, 9, 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 68efd372..dbcfea75 100644 --- a/smartcard/doc/conf.py +++ b/smartcard/doc/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '1.9.7' +version = '1.9.8' # The full version, including alpha/beta/rc tags. -release = '1.9.7' +release = '1.9.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.