Skip to content

Commit

Permalink
Release 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Mar 25, 2019
1 parent bf906d3 commit c328d22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
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
* Python 3: fix smartcard/Synchronization.py
* Python 3: Fix SCardGetErrorMessage() on Windows
* PCSCPart10: add parseFeatureRequest(), parseTlvProperties()
* Fix PEP8 warnings
* Minor documentation improvements
* Minor documentation improvements

1.9.6 (August 2017)
===================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions smartcard/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c328d22

Please sign in to comment.