Skip to content

Commit

Permalink
Prepare v2.0.1 release (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Jan 22, 2024
1 parent 637f5e4 commit c870049
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Pyxform Changelog

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
* Refactor PyxformTestCase to use explicit keyword arguments by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/677
* Set select or_other label to "Other" instead of "-" in multilanguage forms by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/687

v2.0.0, 2023-12-05
* Always generate secondary instance for selects by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/614
* Fix or_other + translations + group or repeat by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/650
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.0"
__version__ = "2.0.1"

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.0",
version="2.0.1",
author="github.com/xlsform",
author_email="info@xlsform.org",
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit c870049

Please sign in to comment.