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,