Skip to content

Commit

Permalink
Release v1.3.4 (#512)
Browse files Browse the repository at this point in the history
* Release v1.3.4
  • Loading branch information
MartijnR authored Jan 14, 2021
1 parent 435c933 commit 1c4a2ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Pyxform Changelog


# v1.3.4, 2021-01-15

* #510 Show a more helpful error message is section name is equal to form name
* Agus Hilman @gushil (OpenClinica)
* #507 Fixed KeyError that occurs with some dynamic default expressions
* Agus Hilman @gushil (OpenClinica)
* #484 Use absolute path for first argument in indexed-repeat() output
* Agus Hilman @gushil (OpenClinica)

# v1.3.3, 2020-12-17

* #500 Use same versions as requirements.pip to prevent unexpected upgrades
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============
pyxform v1.3.3
pyxform v1.3.4
===============

|circleci| |appveyor| |codecov| |black|
Expand Down Expand Up @@ -121,7 +121,7 @@ Releasing pyxform

pyxform_validator_update odk update ODK-Validate-vx.x.x.jar

2. Run all tests through Validate by setting the default for ``run_odk_validate`` to ``kwargs.get("run_odk_validate", True)`` in ``pyxform_test_case``.
2. Run all tests through Validate by setting the default for ``run_odk_validate`` to ``kwargs.get("run_odk_validate", True)`` in ``pyxform/tests_v1/pyxform_test_case.py``.
3. Draft a new GitHub release with the list of merged PRs. Follow the title and description pattern of the previous release.
4. Checkout a release branch from latest upstream master.
5. Update ``CHANGES.txt`` with the text of the draft release.
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.3.3"
__version__ = "1.3.4"

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 @@ -14,7 +14,7 @@

setup(
name="pyxform",
version="1.3.3",
version="1.3.4",
author="github.com/xlsform",
author_email="info@xlsform.org",
packages=find_packages(),
Expand Down

0 comments on commit 1c4a2ed

Please sign in to comment.