From 6a540a8d93a9465d23b1fc9c20de1ffd62f37f3e Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 20 Jun 2024 11:43:33 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.2=20=E2=86=92=200.12.3?= 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 f06509ae..eec9c747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.3 (2024-06-20) + +### Fix + +- bug where task_id filter did not work on xlsforms + ## 0.12.2 (2024-06-20) ### Fix diff --git a/Makefile b/Makefile index 0328b113..0b579e2a 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PACKAGE := org.osm_fieldwork.py NAME := osm-fieldwork -VERSION := 0.12.2 +VERSION := 0.12.3 # All python source files FILES := $(wildcard ./osm_fieldwork/*.py) diff --git a/osm_fieldwork/__version__.py b/osm_fieldwork/__version__.py index 76da4a98..8e1395bd 100644 --- a/osm_fieldwork/__version__.py +++ b/osm_fieldwork/__version__.py @@ -1 +1 @@ -__version__ = "0.12.2" +__version__ = "0.12.3" diff --git a/pyproject.toml b/pyproject.toml index 74cb8b12..66cae5d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ asyncio_mode="auto" [tool.commitizen] name = "cz_conventional_commits" -version = "0.12.2" +version = "0.12.3" version_files = [ "pyproject.toml:version", "osm_fieldwork/__version__.py",