Release: 0.6.0
This commit is contained in:
parent
4d0002e6d8
commit
e5b48f8ffd
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 0.5.2
|
||||
## 0.6.0
|
||||
|
||||
Starting in this version, the database schema is created through migrations
|
||||
instead of using the `reset_database.py` script. This means that for both the
|
||||
|
|
|
@ -5,7 +5,7 @@ Simple migrations, e.g. for adding schema changes, are not documented
|
|||
explicitly. Their general usage is described in the [README](./README.md) (for
|
||||
development) and [deployment/README.md](deployment/README.md) (for production).
|
||||
|
||||
## 0.5.2
|
||||
## 0.6.0
|
||||
|
||||
**Make sure to upgrade to `0.5.1` first, by checking out that version tag and
|
||||
running migrations, then coming back to this version.** This is required
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.5.1"
|
||||
__version__ = "0.6.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ tileset:
|
|||
layers:
|
||||
- layers/obs_events/obs_events.yaml
|
||||
- layers/obs_roads/obs_roads.yaml
|
||||
version: 0.5.1
|
||||
version: 0.6.0
|
||||
id: openbikesensor
|
||||
description: >
|
||||
A tileset for OpenBikeSensor data -- https://openbikesensor.org.
|
||||
|
|
Loading…
Reference in a new issue