From 93098a6c6dfcf82ec79b17af7f963b9360de8042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Thu, 2 Apr 2026 21:30:51 -0700 Subject: [PATCH] Prepare v4.4.0 --- 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 1ac94e37..88d5820e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,8 @@ Pyxform Changelog +v4.4.0, 2026-04-02 +* Add configurability to range question type by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/832 + v4.3.1, 2026-03-14 * Fix forms with save_tos across groups by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/827 diff --git a/pyproject.toml b/pyproject.toml index 7e28cab3..e6ff12dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyxform" -version = "4.3.1" +version = "4.4.0" authors = [ {name = "github.com/xlsform", email = "support@getodk.org"}, ] diff --git a/pyxform/__init__.py b/pyxform/__init__.py index 418ea1fc..c5f21396 100644 --- a/pyxform/__init__.py +++ b/pyxform/__init__.py @@ -4,7 +4,7 @@ Collect easy. """ -__version__ = "4.3.1" +__version__ = "4.4.0" from pyxform.builder import ( SurveyElementBuilder,