Skip to content

Commit

Permalink
Merge pull request #566 from yanokwa/v1.6.1
Browse files Browse the repository at this point in the history
Prepare for v1.7.0
  • Loading branch information
yanokwa authored Oct 20, 2021
2 parents d2d453c + d81fbff commit fb90fb3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Pyxform Changelog

# v1.7.0, 2021-10-20

* #545 Add allow-mock-accuracy parameter
* Callum Sott @seadowg (ODK)
* #560 Add default value support for image questions #405
* Vincent Buscarello @KeynesYouDigIt
* #559 Avoid recursion depth error for label with many references
* Lindsay Stevens @lindsay-stevens (ODK)
* #548 Add test methods to check xml hierarchy
* Lindsay Stevens @lindsay-stevens (ODK)
* #559 Avoid recursion depth error for label with many references
* Lindsay Stevens @lindsay-stevens (ODK)
* #562 Clean up dependencies, py2 code, etc
* Lindsay Stevens @lindsay-stevens (ODK)

# v1.6.0, 2021-09-01

* #547 Fix parsing of (multiple) pulldata calls in a (multi-line) expression
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.6.0
pyxform v1.7.0
===============

|circleci| |appveyor| |codecov| |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.6.0"
__version__ = "1.7.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.6.0",
version="1.7.0",
author="github.com/xlsform",
author_email="[email protected]",
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit fb90fb3

Please sign in to comment.