bump to v0.6.33
This commit is contained in:
parent
fdc69ac7a0
commit
ef531ca1c9
5
CHANGES
5
CHANGES
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue