From 883692a47f158858940e5947ebad39851873ef2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Sat, 14 Mar 2026 22:09:08 -0700 Subject: [PATCH] Prepare 4.3.1 release --- CHANGES.txt | 3 +++ pyproject.toml | 2 +- pyxform/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5e48b840..1ac94e37 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,8 @@ Pyxform Changelog +v4.3.1, 2026-03-14 +* Fix forms with save_tos across groups by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/827 + v4.3.0, 2026-03-05 * Update identifier validation message now that leading colons aren't allowed by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/795 * Remove warning for groups without label by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/801 diff --git a/pyproject.toml b/pyproject.toml index 9b59f7c2..7e28cab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyxform" -version = "4.3.0" +version = "4.3.1" authors = [ {name = "github.com/xlsform", email = "support@getodk.org"}, ] diff --git a/pyxform/__init__.py b/pyxform/__init__.py index 08946e5a..418ea1fc 100644 --- a/pyxform/__init__.py +++ b/pyxform/__init__.py @@ -4,7 +4,7 @@ Collect easy. """ -__version__ = "4.3.0" +__version__ = "4.3.1" from pyxform.builder import ( SurveyElementBuilder,