diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f9e0bc4..d9df05ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.2 (2024-04-11) + +### Fix + +- revert broken basemapper.py and tests + ## 0.7.1 (2024-04-11) ### Fix diff --git a/Makefile b/Makefile index 3abef1493..640625e4f 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PACKAGE := org.osm_fieldwork.py NAME := osm-fieldwork -VERSION := 0.7.1 +VERSION := 0.7.2 # All python source files FILES := $(wildcard ./osm_fieldwork/*.py) diff --git a/osm_fieldwork/__version__.py b/osm_fieldwork/__version__.py index a5f830a2c..bc8c296f6 100644 --- a/osm_fieldwork/__version__.py +++ b/osm_fieldwork/__version__.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2" diff --git a/pyproject.toml b/pyproject.toml index 94dba0612..af9878cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pythonpath = "osm_fieldwork" [tool.commitizen] name = "cz_conventional_commits" -version = "0.7.1" +version = "0.7.2" version_files = [ "pyproject.toml:version", "osm_fieldwork/__version__.py",