Skip to content

Commit

Permalink
Prepare 1.12.1 release (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed May 16, 2023
1 parent 7ecb4d5 commit 66d5e89
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.1, 2023-05-16
* Pass through itemset ref case by @lognaturel in https://github.com/XLSForm/pyxform/pull/644

v1.12.0, 2023-01-19
* Add support for big-image by @lognaturel in https://github.com/XLSForm/pyxform/pull/635
* Show error when there are `save_to`s in a repeat, simplify entities tests by @lognaturel in https://github.com/XLSForm/pyxform/pull/636
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.0
pyxform v1.12.1
===============

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

0 comments on commit 66d5e89

Please sign in to comment.