Skip to content

Commit

Permalink
Update for v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Apr 16, 2021
1 parent e36fb3e commit 0ac5b34
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Pyxform Changelog

# v1.5.0, 2021-04-16

* #521 Use itext for dynamic selects with dynamic labels
* Agus Hilman @gushil (OpenClinica), Hélène Martin @lognaturel (ODK)
* #522 Add support for csv-external
* Hélène Martin @lognaturel (ODK)
* #526 Warning for dynamic defaults now more annoying than helpful
* Yaw Anokwa @yanokwa (ODK)
* #524 ${} references in predicates should be expanded using current()
* Agus Hilman @gushil (OpenClinica)
* #529 Apply section name check to sections only
* John Milner @jnm (KoBo)
* #516 Generate correct reference when selecting choices from current repeat question
* Davis Raymond @DavisRayM (Ona)

# v1.4.0, 2021-02-23

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.4.0
pyxform v1.5.0
===============

|circleci| |appveyor| |codecov| |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.4.0"
__version__ = "1.5.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 @@ -14,7 +14,7 @@

setup(
name="pyxform",
version="1.4.0",
version="1.5.0",
author="github.com/xlsform",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit 0ac5b34

Please sign in to comment.