Skip to content

Commit 2306f77

Browse files
lognaturellindsay-stevens
authored andcommitted
Prepare v2.2.0
1 parent 61bb3c3 commit 2306f77

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.txt

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

3-
v2.1.1, 2024.10-09
3+
v2.2.0, 2024-10-29
4+
* Add `background-geopoint` question type which exposes `xforms-value-changed` event with `odk:setgeopoint` action by @RuthShryock in https://github.com/XLSForm/pyxform/pull/726
5+
* 724: raise an error if a `${}` pyxform reference is malformed by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/734
6+
7+
v2.1.1, 2024-10-09
48
* Update Validate to fix support for geojson by @lognaturel in https://github.com/XLSForm/pyxform/pull/727
59

610
v2.1.0, 2024-09-05

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 = "2.1.1"
3+
version = "2.2.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__ = "2.1.1"
7+
__version__ = "2.2.0"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

0 commit comments

Comments
 (0)