Skip to content

Commit

Permalink
Merge pull request #470 from yanokwa/v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0 release
  • Loading branch information
lognaturel authored Sep 11, 2020
2 parents 8cb3dea + 0719f14 commit d4b4e28
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Pyxform Changelog

# v1.2.0, 2020-09-10

* #436 support another java version string for 9-internal
* @kenhorn
* #438 Add "trigger" column to use value changes as triggers for calculations
* Agus Hilman @gushil (OpenClinica) and Hélène Martin @lognaturel (Nafundi)
* #70 Add non-string calculation types
* Agus Hilman @gushil (OpenClinica) and Hélène Martin @lognaturel (Nafundi)
* #458 New non-text calculations output a missing-label warning
* Agus Hilman @gushil (OpenClinica)
* #456 Fix calculate with dynamic default
* Agus Hilman @gushil (OpenClinica)
* #457 Triggers referring to hidden question will produce an error
* Agus Hilman @gushil (OpenClinica)
* #450 Fixed <output> inside repeat has absolute path instead of relative
* Agus Hilman @gushil (OpenClinica)
* #468 Fixed duplicate label translations for secondary itemsets and use itextID for selects with choices that have media specified
* Davis Raymond @DavisRayM (Ona)

# v1.1.0, 2020-02-17

* #429 Adding a hash to properly route to the choicenames url
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.1.0
pyxform v1.2.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.1.0"
__version__ = "1.2.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.1.0",
version="1.2.0",
author="github.com/xlsform",
author_email="info@xlsform.org",
packages=find_packages(),
Expand Down

0 comments on commit d4b4e28

Please sign in to comment.