From 64252cdeab1d9ed3e854871b1b00262a83e9b3b8 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 30 Jan 2024 09:29:18 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.1=20=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- osm_fieldwork/__version__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c309d6d..ec30e5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.4.2 (2024-01-30) + +### Fix + +- update OdkAppUser qrcode & create methods +- replace HTTPBasicAuth with session tokens +- return types for OdkCentral submission methods +- work with wildcsrds with spaces +- Add tile filespec if it's an empty image + ## 0.4.1 (2024-01-18) ### Fix diff --git a/Makefile b/Makefile index cd39a430..76ce6c86 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PACKAGE := org.osm_fieldwork.py NAME := osm-fieldwork -VERSION := 0.4.1 +VERSION := 0.4.2 # All python source files FILES := $(wildcard ./osm_fieldwork/*.py) diff --git a/osm_fieldwork/__version__.py b/osm_fieldwork/__version__.py index 3d26edf7..df124332 100644 --- a/osm_fieldwork/__version__.py +++ b/osm_fieldwork/__version__.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "0.4.2" diff --git a/pyproject.toml b/pyproject.toml index 52cb459d..8426c817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pythonpath = "osm_fieldwork" [tool.commitizen] name = "cz_conventional_commits" -version = "0.4.1" +version = "0.4.2" version_files = [ "pyproject.toml:version", "osm_fieldwork/__version__.py",