From 7df41ab7d590acdac82e2a537676378503b41476 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 11 Sep 2023 16:12:58 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.1=20=E2=86=92=200.1.2rc0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ osm_rawdata/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f760486..3fa8e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.2rc0 (2023-09-11) + +### Fix + +- UNDERPASS_API --> UNDERPASS_API_URL + ## 0.1.1 (2023-09-11) ### Fix diff --git a/osm_rawdata/__version__.py b/osm_rawdata/__version__.py index 72bc80e..ee94fc1 100644 --- a/osm_rawdata/__version__.py +++ b/osm_rawdata/__version__.py @@ -1,2 +1,2 @@ """Project version""" -__version__ = "0.1.1" +__version__ = "0.1.2rc0" diff --git a/pyproject.toml b/pyproject.toml index 02f5e3c..ce2314e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pythonpath = "osm_rawdata" [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.1" +version = "0.1.2rc0" version_files = [ "pyproject.toml:version", "osm_rawdata/__version__.py",