Skip to content

Commit

Permalink
Prepare v1.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Sep 16, 2023
1 parent 66d5e89 commit 3b6c915
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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

v1.12.2, 2023-09-15
* Alias list_name to dataset in entities sheet by @lognaturel in https://github.com/XLSForm/pyxform/pull/654

v1.12.1, 2023-05-16
* Pass through itemset ref case by @lognaturel in https://github.com/XLSForm/pyxform/pull/644

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============
pyxform v1.12.1
pyxform v1.12.2
===============

|python| |black|
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__ = "1.12.1"
__version__ = "1.12.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="1.12.1",
version="1.12.2",
author="github.com/xlsform",
author_email="[email protected]",
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit 3b6c915

Please sign in to comment.