Skip to content

Commit

Permalink
Release version 0.12.0 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga authored Dec 9, 2018
1 parent 754b424 commit 4a87c0f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
33 changes: 33 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
Pyxform Changelog

v0.12.0, 2018
-- Upgrade to ODK Validate v1.10.3
Issue #225, https://github.com/XLSForm/pyxform/issue/225
[ukanga]

-- Process only standard XLSForm sheets
Issue #229, https://github.com/XLSForm/pyxform/issue/229
[ukanga]

-- Add relative referencing
Issue #4, https://github.com/XLSForm/pyxform/issue/4
[ukanga]

-- Fix randomize with dynamic seed value throws error
Issue #238, https://github.com/XLSForm/pyxform/issue/238
[ggalmazor]

-- Update choice filter JSON representation
Issue #234, https://github.com/XLSForm/pyxform/issue/234
[lincmba]

-- Make sure that the json scheme is a valid json
Issue #223, https://github.com/XLSForm/pyxform/issue/223
[HaidarZ]

-- Skip over non-strings when replacing smart quotes
Issue #236, https://github.com/XLSForm/pyxform/issue/236
[jnm]

-- Updated outdated language reference xlsform.org url
Issue #221, https://github.com/XLSForm/pyxform/issue/221
[tinok]

v0.11.5, 2018 07 22
-- Add support for SMS prefix, delimiter and tag,
Issue #207, https://github.com/XLSForm/pyxform/issues/207
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===============
pyxform v0.11.5
===============
=============
pyxform v0.12
=============

|travis| |appveyor|

Expand Down
2 changes: 1 addition & 1 deletion pyxform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Collect easy.
"""

__version__ = '0.11.5'
__version__ = '0.12.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 @@ -5,7 +5,7 @@

setup(
name='pyxform',
version='0.11.5',
version='0.12.0',
author='github.com/xlsform',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 4a87c0f

Please sign in to comment.