From 131f667dfc398f0196934312b671c3b1e1c2af87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Thu, 25 Jun 2026 12:04:17 -0700 Subject: [PATCH] Prepare for v4.5.0 release --- CHANGES.txt | 6 ++++++ pyproject.toml | 2 +- pyxform/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9a6ffc2c..4a59cf09 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,11 @@ Pyxform Changelog +v4.5.0, 2026-06-25 +* Leading and trailing spaces in parameters lead to form error by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/845 +* Add support for reference geometry for geo questions by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/847 +* Support vertical and no-ticks for new range parameters by @lognaturel in https://github.com/XLSForm/pyxform/pull/849 +* Fix reference-geometry from repeat by @lognaturel in https://github.com/XLSForm/pyxform/pull/848 + v4.4.1, 2026-04-12 * Insert itemset declaration for range labels by @lognaturel in https://github.com/XLSForm/pyxform/pull/836 diff --git a/pyproject.toml b/pyproject.toml index 60380898..4afb9a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyxform" -version = "4.4.1" +version = "4.5.0" authors = [ {name = "github.com/xlsform", email = "support@getodk.org"}, ] diff --git a/pyxform/__init__.py b/pyxform/__init__.py index ffa5a077..d0980933 100644 --- a/pyxform/__init__.py +++ b/pyxform/__init__.py @@ -4,7 +4,7 @@ Collect easy. """ -__version__ = "4.4.1" +__version__ = "4.5.0" from pyxform.builder import ( SurveyElementBuilder,