Skip to content

Commit

Permalink
Update version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Feb 23, 2021
1 parent 410d590 commit 1abc8e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Pyxform Changelog


# v1.4.0, 2021-02-23

* #514 Fix circular reference error raised when converting an XLSX form with multiple languages to JSON
* Davis Raymond @DavisRayM (Ona)
* #519 Add support for odk:recordaudio
* Callum Stott @seadowg (ODK)

# v1.3.4, 2021-01-15

* #510 Show a more helpful error message is section name is equal to form name
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.3.4
pyxform v1.4.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.3.4"
__version__ = "1.4.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.3.4",
version="1.4.0",
author="github.com/xlsform",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit 1abc8e5

Please sign in to comment.