Release: 0.4.2
This commit is contained in:
parent
abb935694e
commit
509e784521
3 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.4.1 (TBD)
|
## 0.4.2
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
* Fix export route, it should be a child of /api
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.4.1"
|
__version__ = "0.4.2"
|
||||||
|
|
|
@ -3,7 +3,7 @@ tileset:
|
||||||
layers:
|
layers:
|
||||||
- layers/obs_events/obs_events.yaml
|
- layers/obs_events/obs_events.yaml
|
||||||
- layers/obs_roads/obs_roads.yaml
|
- layers/obs_roads/obs_roads.yaml
|
||||||
version: 0.4.1
|
version: 0.4.2
|
||||||
id: openbikesensor
|
id: openbikesensor
|
||||||
description: >
|
description: >
|
||||||
A tileset for OpenBikeSensor data -- https://openbikesensor.org.
|
A tileset for OpenBikeSensor data -- https://openbikesensor.org.
|
||||||
|
|
Loading…
Add table
Reference in a new issue