Release: 0.6.0

This commit is contained in:
Paul Bienkowski 2022-04-03 16:08:54 +02:00
parent 4d0002e6d8
commit e5b48f8ffd
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.6.0"

View file

@ -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.