Skip to content

Commit

Permalink
Release v0.15.1 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga authored Sep 18, 2019
1 parent 00c06d3 commit 08fa3f4
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
37 changes: 37 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
Pyxform Changelog

v0.15.1, 2019 09 19
-- Conversion fails if label has language and choice_filter is used
Issue #355, https://github.com/XLSForm/pyxform/issues/355
[lognaturel]

-- Revert Google Sheets warning on underscores - underscores are supported,
Issue #356, https://github.com/XLSForm/pyxform/issues/356
[yanokwa]

-- Run ODK Validate on SetGeopointTest.test_setgeopoint
Issue #351, https://github.com/XLSForm/pyxform/issues/351
[yanokwa]

-- Upgrade to ODK Validate v1.13.2
Issue #360, https://github.com/XLSForm/pyxform/issues/360
[yanokwa]

-- Remove debug in tests.
Issue #361, https://github.com/XLSForm/pyxform/issues/361
[yanokwa]

-- Run codecov in subshell to prevent blocking build
Issue #363, https://github.com/XLSForm/pyxform/issues/363
[yanokwa]

-- Fix spelling and update failing tests
Issue #358, https://github.com/XLSForm/pyxform/issues/358
[yanokwa]

-- 2 translated media labels outputs a 3rd (default) languaget
Issue #32, https://github.com/XLSForm/pyxform/issues/32
[ukanga]

-- Documentation on pyxform release process
Issue #350, https://github.com/XLSForm/pyxform/issues/350
[ukanga]

v0.15.0, 2019 08 11
-- Report the name of a not closed control
Issue #318, https://github.com/XLSForm/pyxform/issues/318
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============
pyxform v0.15.0
pyxform v0.15.1
===============

|circleci| |appveyor| |codecov| |black|
Expand All @@ -11,7 +11,7 @@ pyxform v0.15.0
:target: https://ci.appveyor.com/project/ukanga/pyxform

.. |codecov| image:: https://codecov.io/github/XLSForm/pyxform/branch/master/graph/badge.svg
:target: https://codecov.io/github/XLSForm/pyxform
:target: https://codecov.io/github/XLSForm/pyxform

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/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__ = "0.15.0"
__version__ = "0.15.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="0.15.0",
version="0.15.1",
author="github.com/xlsform",
author_email="info@xlsform.org",
packages=find_packages(),
Expand Down

0 comments on commit 08fa3f4

Please sign in to comment.