Skip to content

Commit

Permalink
Release 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Aug 21, 2017
1 parent 9360428 commit 55fc8f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.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.
Expand Down

0 comments on commit 55fc8f1

Please sign in to comment.