From 139c7680075723b98da0f247d988107296a39b40 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 29 Apr 2024 13:10:57 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.1=20=E2=86=92=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- osm_fieldwork/__version__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d311d8..f1f146fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.2 (2024-04-29) + +### Fix + +- remove notes column from entities sheet (pyxform error) + ## 0.9.1 (2024-04-26) ### Fix diff --git a/Makefile b/Makefile index 4d0a3907..20641319 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PACKAGE := org.osm_fieldwork.py NAME := osm-fieldwork -VERSION := 0.9.1 +VERSION := 0.9.2 # All python source files FILES := $(wildcard ./osm_fieldwork/*.py) diff --git a/osm_fieldwork/__version__.py b/osm_fieldwork/__version__.py index d69d16e9..a2fecb45 100644 --- a/osm_fieldwork/__version__.py +++ b/osm_fieldwork/__version__.py @@ -1 +1 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" diff --git a/pyproject.toml b/pyproject.toml index fc11e147..8272ec06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ asyncio_mode="auto" [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.1" +version = "0.9.2" version_files = [ "pyproject.toml:version", "osm_fieldwork/__version__.py",