update CHANGES and verison number

This commit is contained in:
Rossen Georgiev 2016-01-19 22:26:57 +00:00
parent 87f0bfd1bf
commit 1bdf8f21ae
2 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,10 @@ CHANGES
# 0.6.42
- added parsing for WX (positionless and in comment)
- fix rounding error in base91.from_decimal
- added py35, pypy, pypy3 to travis
- fix exception due to EUC-TW encoding, #11
- added parsing for WX (positionless and in comment)
# LOTS OF MINOR STUFF

View File

@ -50,7 +50,7 @@ from datetime import date as _date
__date__ = str(_date.today())
del _date
__version__ = "0.6.41"
__version__ = "0.6.42"
__author__ = "Rossen Georgiev"
__all__ = ['IS', 'parse', 'passcode']