Skip to content

Commit

Permalink
Prepare v1.12 release (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Jan 20, 2023
1 parent 19fd57f commit 62c26ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Pyxform Changelog

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
* Ignore media column if it is present by @lognaturel in https://github.com/XLSForm/pyxform/pull/638

# v1.11.1, 2022-11-18
* Add __init__.py to `entities` package by @lognaturel in https://github.com/XLSForm/pyxform/pull/628

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.11.1
pyxform v1.12.0
===============

|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.11.1"
__version__ = "1.12.0"

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

0 comments on commit 62c26ce

Please sign in to comment.