From 0386e4de6fdb9dfeaf818b05f5c45d4ec4a1acfb Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 28 Sep 2022 14:00:59 +0200 Subject: [PATCH] Release 2.0.5 Signed-off-by: Ludovic Rousseau --- ChangeLog | 4 ++++ setup.py | 2 +- smartcard/doc/conf.py | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6745bad1..4b49a76e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2.0.5 (Septembre 2022) +====================== + * New version just because I failed the previous upload to https://pypi.org/ + 2.0.4 (August 2022) ================== * Fix a problem on PCSCCardConnection.disconnect diff --git a/setup.py b/setup.py index 0a352761..4c95f6f5 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ except: platform_include_dirs = ['/usr/include/PCSC', '/usr/local/include/PCSC'] -VERSION_INFO = (2, 0, 4, 0) +VERSION_INFO = (2, 0, 5, 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 1352adf7..ed446231 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.4' +version = '2.0.5' # The full version, including alpha/beta/rc tags. -release = '2.0.4' +release = '2.0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.