Skip to content

Commit 70728ff

Browse files
authored
Prepare v2.1.1 (#729)
1 parent ca007de commit 70728ff

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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+
v2.1.1, 2024.10-09
4+
* Update Validate to fix support for geojson by @lognaturel in https://github.com/XLSForm/pyxform/pull/727
5+
36
v2.1.0, 2024-09-05
47
* Require Python 3.10, 3.11 or 3.12 by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/706
58
* Detect instance expressions with double quotes by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/709

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.0"
3+
version = "2.1.1"
44
authors = [
55
{name = "github.com/xlsform", email = "[email protected]"},
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.0"
7+
__version__ = "2.1.1"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

0 commit comments

Comments
 (0)