From 4eeaeabb4708736fa8dc45e0bfdc61a6ec12589b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Sun, 12 Apr 2026 21:19:46 -0700 Subject: [PATCH] Prepare release v4.4.1 --- 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 88d5820e..9a6ffc2c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,8 @@ Pyxform Changelog +v4.4.1, 2026-04-12 +* Insert itemset declaration for range labels by @lognaturel in https://github.com/XLSForm/pyxform/pull/836 + v4.4.0, 2026-04-02 * Add configurability to range question type by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/832 diff --git a/pyproject.toml b/pyproject.toml index e6ff12dc..60380898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyxform" -version = "4.4.0" +version = "4.4.1" authors = [ {name = "github.com/xlsform", email = "support@getodk.org"}, ] diff --git a/pyxform/__init__.py b/pyxform/__init__.py index c5f21396..ffa5a077 100644 --- a/pyxform/__init__.py +++ b/pyxform/__init__.py @@ -4,7 +4,7 @@ Collect easy. """ -__version__ = "4.4.0" +__version__ = "4.4.1" from pyxform.builder import ( SurveyElementBuilder,