From 70728ff0b3dfa838897b0211d82d358c251900e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Wed, 9 Oct 2024 12:04:52 -0700 Subject: [PATCH] Prepare v2.1.1 (#729) --- CHANGES.txt | 3 +++ pyproject.toml | 2 +- pyxform/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 46b5978f..6c5cb078 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 555d4014..c6987eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyxform" -version = "2.1.0" +version = "2.1.1" authors = [ {name = "github.com/xlsform", email = "support@getodk.org"}, ] diff --git a/pyxform/__init__.py b/pyxform/__init__.py index 5bddfda9..bfc2d581 100644 --- a/pyxform/__init__.py +++ b/pyxform/__init__.py @@ -4,7 +4,7 @@ Collect easy. """ -__version__ = "2.1.0" +__version__ = "2.1.1" from pyxform.builder import ( SurveyElementBuilder,