bump to v0.6.33

This commit is contained in:
Rossen Georgiev 2015-01-02 14:15:00 +00:00
parent fdc69ac7a0
commit ef531ca1c9
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
CHANGES
-------
# v0.6.33
- added ambiguity parsing for normal position reports
(fixes the unexpected exception)
# v0.6.32
- sendall() method to IS, allows sending of packets

View File

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