Skip to content

Commit

Permalink
Prepare v2.1.1 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Oct 9, 2024
1 parent ca007de commit 70728ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Pyxform Changelog

v2.1.1, 2024.10-09
* Update Validate to fix support for geojson by @lognaturel in https://github.com/XLSForm/pyxform/pull/727

v2.1.0, 2024-09-05
* Require Python 3.10, 3.11 or 3.12 by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/706
* Detect instance expressions with double quotes by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/709
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 = "2.1.0"
version = "2.1.1"
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__ = "2.1.0"
__version__ = "2.1.1"

from pyxform.builder import (
SurveyElementBuilder,
Expand Down

0 comments on commit 70728ff

Please sign in to comment.