0.10.1
This commit is contained in:
parent
9967d94a80
commit
345da7d16d
3 changed files with 7 additions and 3 deletions
|
@ -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`.
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue