Skip to content

Commit

Permalink
Release 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Aug 9, 2019
1 parent 2de9967 commit c0f98cc
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.9 (August 2019)
* Makefile: use twine to upload to pypi.python.org
* test: fix Exception test on 32-bits CPU
* test: correctly handle macOS versions older than 10.10

1.9.8 (March 2019)
==================
* SmartcardException: store the PC/SC return code in hresult
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
platform_extra_link_args = [] # ['-ggdb']


VERSION_INFO = (1, 9, 8, 0)
VERSION_INFO = (1, 9, 9, 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.8'
version = '1.9.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.8'
release = '1.9.9'

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

0 comments on commit c0f98cc

Please sign in to comment.