Skip to content

Commit

Permalink
Release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Mar 27, 2016
1 parent fd90704 commit defecae
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,4 +1,10 @@
1.9.3 (March 2016)
==================
* Fix SCardControl() on Windows 7
* Fix installation using pip and easy_install

1.9.2 (February 2016)
=====================
* Fix toBytes regression
* Fix installation using pip
* improve pydoc documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
platform_extra_link_args = [] # ['-ggdb']


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

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

0 comments on commit defecae

Please sign in to comment.