Skip to content

Commit 05e1504

Browse files
authored
Prepare release v4.4.1 (#837)
1 parent f28c0f6 commit 05e1504

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.txt

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

3+
v4.4.1, 2026-04-12
4+
* Insert itemset declaration for range labels by @lognaturel in https://github.com/XLSForm/pyxform/pull/836
5+
36
v4.4.0, 2026-04-02
47
* Add configurability to range question type by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/832
58

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.0"
3+
version = "4.4.1"
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.0"
7+
__version__ = "4.4.1"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

0 commit comments

Comments
 (0)