Skip to content

Commit

Permalink
Release 2.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
  • Loading branch information
LudovicRousseau committed Mar 31, 2023
1 parent dd81a5d commit d43b09d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.0.6 (March 2023)
==================
* handle SCARD_E_NO_SERVICE on Windows (on lmast reader removal)
* add support of MSYS2/mingw environment on Windows
* improve documentation
* minor changes

2.0.5 (Septembre 2022)
======================
* New version just because I failed the previous upload to https://pypi.org/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
except:
platform_include_dirs = ['/usr/include/PCSC', '/usr/local/include/PCSC']

VERSION_INFO = (2, 0, 5, 0)
VERSION_INFO = (2, 0, 6, 0)
VERSION_STR = '%i.%i.%i' % VERSION_INFO[:3]
VERSION_ALT = '%i,%01i,%01i,%04i' % VERSION_INFO

Expand Down
2 changes: 1 addition & 1 deletion smartcard/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '2.0.5'
# The full version, including alpha/beta/rc tags.
release = '2.0.5'
release = '2.0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit d43b09d

Please sign in to comment.