diff --git a/CHANGELOG.md b/CHANGELOG.md index 534a9c4..2e17a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/UPGRADING.md b/UPGRADING.md index 940515f..03383a0 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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 diff --git a/api/obs/api/__init__.py b/api/obs/api/__init__.py index dd9b22c..906d362 100644 --- a/api/obs/api/__init__.py +++ b/api/obs/api/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.6.0" diff --git a/tile-generator/openbikesensor.yaml b/tile-generator/openbikesensor.yaml index 6a3330a..4214e91 100644 --- a/tile-generator/openbikesensor.yaml +++ b/tile-generator/openbikesensor.yaml @@ -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.