Skip to content

Commit cd5d139

Browse files
committed
Prepare v2.0.2 release
1 parent 847d9c8 commit cd5d139

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Pyxform Changelog
22

3+
v2.0.2, 2024-01-26
4+
* Generate translations for choice list used with search() by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/690
5+
36
v2.0.1, 2024-01-22
47
* Add itextId node to instance items for choice list names with dashes in multilingual forms by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/680
58
* Add test for allowed duplicate choices with translations by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/682

pyxform/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Collect easy.
55
"""
66

7-
__version__ = "2.0.1"
7+
__version__ = "2.0.2"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pyxform",
10-
version="2.0.1",
10+
version="2.0.2",
1111
author="github.com/xlsform",
1212
author_email="[email protected]",
1313
packages=find_packages(exclude=["tests", "tests.*"]),

0 commit comments

Comments
 (0)