Skip to content

Commit

Permalink
Merge pull request #424 from yanokwa/release-v1.0.1
Browse files Browse the repository at this point in the history
Prepare for release v1.0.1
  • Loading branch information
yanokwa authored Feb 6, 2020
2 parents 74334ab + ce6ac50 commit e254b05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Pyxform Changelog

# v1.0.1, 2020-02-06

* #423 Update to ODK Validate v1.14.0
* Hélène Martin @lognaturel (Nafundi)

# v1.0.0, 2020-02-06

* #357 Add list_name to generated JSON to get static choice list
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.0.0
pyxform v1.0.1
===============

|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.0.0"
__version__ = "1.0.1"

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.0.0",
version="1.0.1",
author="github.com/xlsform",
author_email="info@xlsform.org",
packages=find_packages(),
Expand Down

0 comments on commit e254b05

Please sign in to comment.