From 86fd8eaf40dcf155de59f92dc1f5569774249757 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 10 Dec 2024 00:42:18 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.16.11=20=E2=86=92=200.16.12?= 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 3e05874a..c3210677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.16.12 (2024-12-10) + +### Fix + +- update mandatory xlsform fields logic + ## 0.16.11 (2024-11-28) ### Feat diff --git a/Makefile b/Makefile index efda3199..4c5bc78c 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PACKAGE := org.osm_fieldwork.py NAME := osm-fieldwork -VERSION := 0.16.11 +VERSION := 0.16.12 # All python source files FILES := $(wildcard ./osm_fieldwork/*.py) diff --git a/osm_fieldwork/__version__.py b/osm_fieldwork/__version__.py index bac41ffe..24d36152 100644 --- a/osm_fieldwork/__version__.py +++ b/osm_fieldwork/__version__.py @@ -1 +1 @@ -__version__ = "0.16.11" +__version__ = "0.16.12" diff --git a/pyproject.toml b/pyproject.toml index 56284f66..235abfa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ asyncio_mode="auto" [tool.commitizen] name = "cz_conventional_commits" -version = "0.16.11" +version = "0.16.12" version_files = [ "pyproject.toml:version", "osm_fieldwork/__version__.py",