Skip to content

Commit 6f493f3

Browse files
Release 1.9.2
1 parent 06e97ee commit 6f493f3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.9.2 (February 2016)
2+
* Fix toBytes regression
3+
* Fix installation using pip
4+
* improve pydoc documentation
5+
* user-guide.rst: use real sample codes
6+
* minor improvements
7+
18
1.9.1 (September 2015)
29
======================
310
* Create a new version so that the upload to Pypi does _not_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
platform_extra_link_args = [] # ['-ggdb']
7979

8080

81-
VERSION_INFO = (1, 9, 1, 0)
81+
VERSION_INFO = (1, 9, 2, 0)
8282
VERSION_STR = '%i.%i.%i' % VERSION_INFO[:3]
8383
VERSION_ALT = '%i,%01i,%01i,%04i' % VERSION_INFO
8484

smartcard/doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '1.9.1'
53+
version = '1.9.2'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.9.1'
55+
release = '1.9.2'
5656

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

0 commit comments

Comments
 (0)