Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Pyxform Changelog

v3.1.0, 2025-06-10
* Add client_editable setting by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/766

v3.0.1, 2025-02-25
* More performance improvements by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/743
* Handle obj.get(k, default) call pattern for backward compatibility by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/755
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyxform"
version = "3.0.1"
version = "3.1.0"
authors = [
{name = "github.com/xlsform", email = "support@getodk.org"},
]
Expand Down
2 changes: 1 addition & 1 deletion pyxform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Collect easy.
"""

__version__ = "3.0.1"
__version__ = "3.1.0"

from pyxform.builder import (
SurveyElementBuilder,
Expand Down