Skip to content

Commit

Permalink
Release version 0.15.0 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga authored Aug 11, 2019
1 parent f7f0e5d commit b756b6d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
Pyxform Changelog

v0.15.0, 2019 08 11
-- Report the name of a not closed control
Issue #318, https://github.com/XLSForm/pyxform/issues/318
[qlands]

-- Warn about setting a default language
Issue #157, https://github.com/XLSForm/pyxform/issues/157
[KeynesYouDigIt]

-- Spelling fix
Issue #340, https://github.com/XLSForm/pyxform/issues/340
[yanokwa]

-- Running from terminal in Mac rearranges desktops. Run java headless.
Issue #208, https://github.com/XLSForm/pyxform/issues/208
[yanokwa]

-- Add Validate v1.13.1 with JavaRosa v2.15.0
Issue #342, https://github.com/XLSForm/pyxform/issues/342
[yanokwa]

-- Add geopoint-start to generate setgeopoint action triggered by the odk-instance-first-load event
Issue #336, https://github.com/XLSForm/pyxform/issues/336
[yanokwa]

-- Throw error if external_choices list is not found
Issue #220, https://github.com/XLSForm/pyxform/issues/220
[WinnyTroy]

v0.14.1, 2019 07 14
-- Fix bug - generation of blank itemset.csv iintroduced in v0.14.0.
Issue #326, https://github.com/XLSForm/pyxform/issues/326
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 v0.14.1
pyxform v0.15.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__ = "0.14.1"
__version__ = "0.15.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="0.14.1",
version="0.15.0",
author="github.com/xlsform",
author_email="info@xlsform.org",
packages=find_packages(),
Expand Down

0 comments on commit b756b6d

Please sign in to comment.