Skip to content

Commit 98954a1

Browse files
authored
Prepare 4.3.1 release (#828)
1 parent bff91ea commit 98954a1

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.3.1, 2026-03-14
4+
* Fix forms with save_tos across groups by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/827
5+
36
v4.3.0, 2026-03-05
47
* Update identifier validation message now that leading colons aren't allowed by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/795
58
* Remove warning for groups without label by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/801

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.3.0"
3+
version = "4.3.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.3.0"
7+
__version__ = "4.3.1"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

0 commit comments

Comments
 (0)