Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Feb 5, 2016
1 parent 06e97ee commit 6f493f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.9.2 (February 2016)
* Fix toBytes regression
* Fix installation using pip
* improve pydoc documentation
* user-guide.rst: use real sample codes
* minor improvements

1.9.1 (September 2015)
======================
* Create a new version so that the upload to Pypi does _not_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
platform_extra_link_args = [] # ['-ggdb']


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

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

0 comments on commit 6f493f3

Please sign in to comment.