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",