update CHANGES and verison number
This commit is contained in:
parent
87f0bfd1bf
commit
1bdf8f21ae
4
CHANGES
4
CHANGES
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue