Skip to content

Commit

Permalink
Prepare v2.0.2 release (XLSForm#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Jan 26, 2024
1 parent 847d9c8 commit 8b98e33
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.0.2, 2024-01-26
* Generate translations for choice list used with search() by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/690

v2.0.1, 2024-01-22
* 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
* Add test for allowed duplicate choices with translations by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/682
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.0.1"
__version__ = "2.0.2"

from pyxform.builder import (
SurveyElementBuilder,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyxform",
version="2.0.1",
version="2.0.2",
author="github.com/xlsform",
author_email="[email protected]",
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit 8b98e33

Please sign in to comment.