Skip to content

Commit 0d5dd3e

Browse files
Merge pull request #758 from lognaturel/v3.0.1
Prepare v3.0.1 release
2 parents 79468c5 + b0ae3c6 commit 0d5dd3e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.txt

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

3+
v3.0.1, 2025-02-25
4+
* More performance improvements by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/743
5+
* Handle obj.get(k, default) call pattern for backward compatibility by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/755
6+
37
v3.0.0, 2024-12-09
48
* Include all choice lists in output by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/736
59
* Improve complex forms performance (includes changes to JSON representation) by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/740, https://github.com/XLSForm/pyxform/pull/742

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 = "3.0.0"
3+
version = "3.0.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__ = "3.0.0"
7+
__version__ = "3.0.1"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

0 commit comments

Comments
 (0)