Skip to content

Commit

Permalink
Release 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Feb 17, 2017
1 parent 2c5f763 commit be3fa95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.9.5 (Feb 2017)
================
* SCardGetStatusChange(): fix a memory leak with Python 3
* SCardTransmit(): use SCARD_PCI_RAW for undefined protocol
* Improve epydoc documentation

1.9.4 (May 2016)
================
* Fix installation using pip and easy_install
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, 4, 0)
VERSION_INFO = (1, 9, 5, 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.4'
version = '1.9.5'
# The full version, including alpha/beta/rc tags.
release = '1.9.4'
release = '1.9.5'

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

0 comments on commit be3fa95

Please sign in to comment.