Skip to content

Commit 51e5bfe

Browse files
authored
Prepare for v4.5.0 release (#851)
1 parent 61fe59f commit 51e5bfe

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Pyxform Changelog
22

3+
v4.5.0, 2026-06-25
4+
* Leading and trailing spaces in parameters lead to form error by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/845
5+
* Add support for reference geometry for geo questions by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/847
6+
* Support vertical and no-ticks for new range parameters by @lognaturel in https://github.com/XLSForm/pyxform/pull/849
7+
* Fix reference-geometry from repeat by @lognaturel in https://github.com/XLSForm/pyxform/pull/848
8+
39
v4.4.1, 2026-04-12
410
* Insert itemset declaration for range labels by @lognaturel in https://github.com/XLSForm/pyxform/pull/836
511

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyxform"
3-
version = "4.4.1"
3+
version = "4.5.0"
44
authors = [
55
{name = "github.com/xlsform", email = "support@getodk.org"},
66
]

pyxform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Collect easy.
55
"""
66

7-
__version__ = "4.4.1"
7+
__version__ = "4.5.0"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

0 commit comments

Comments
 (0)