From 55fc8f1ac84f04197959f80592eef770fa8bde34 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Mon, 21 Aug 2017 11:43:10 +0000 Subject: [PATCH] Release 1.9.6 --- ChangeLog | 5 +++++ setup.py | 2 +- smartcard/doc/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86dfaa54..0b81c984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1.9.6 (August 2017) +=================== + * include test/__init__.py in the archive tarball. + "make test" now works. That fixes build using Python 3.6 + 1.9.5 (Feb 2017) ================ * SCardGetStatusChange(): fix a memory leak with Python 3 diff --git a/setup.py b/setup.py index ae1f8c35..62e197f0 100755 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ platform_extra_link_args = [] # ['-ggdb'] -VERSION_INFO = (1, 9, 5, 0) +VERSION_INFO = (1, 9, 6, 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 7351d2e0..cd5772eb 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.5' +version = '1.9.6' # The full version, including alpha/beta/rc tags. -release = '1.9.5' +release = '1.9.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.