This commit is contained in:
Ilya Zverev 2018-06-20 17:11:53 +03:00
parent 9967d94a80
commit 345da7d16d
3 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,10 @@
## master branch
## 0.10.1
_Released 2018-06-20_
* Better support for Python 2.7.
* Encoding and decoding int64 negative ids.
* Allow short form for id: `mwmtool id way/123456`.

View file

@ -1,3 +1,5 @@
from .mwmfile import MWMFile, OsmIdCode
from .mwm import MWM, __version__
from .mwm import MWM
from .osm2ft import Osm2Ft
__version__ = '0.10.1'

View file

@ -3,8 +3,6 @@ from .mwmfile import MWMFile
from datetime import datetime
import os
__version__ = '0.10.0'
# Unprocessed sections: geomN, trgN, idx, sdx (search index),
# addr (search address), offs (feature offsets - succinct)