diff --git a/ChangeLog b/ChangeLog index a84c60e8..22733aed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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_ diff --git a/setup.py b/setup.py index b4c21c38..0787f50a 100755 --- a/setup.py +++ b/setup.py @@ -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 diff --git a/smartcard/doc/conf.py b/smartcard/doc/conf.py index a63d8007..dd08dbe7 100644 --- a/smartcard/doc/conf.py +++ b/smartcard/doc/conf.py @@ -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.