Skip to content

Commit

Permalink
Merge pull request #213 from yanokwa/212
Browse files Browse the repository at this point in the history
Upgrade to Validate v1.10 and update release notes
  • Loading branch information
ukanga committed Jul 11, 2018
2 parents 9a905fe + 66230a1 commit 2ba60f9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,5 +1,10 @@
Pyxform Changelog

v0.11.4, 2018 07 10
-- Upgrade to ODK Validate v1.10.1
Issue #212, https://github.com/XLSForm/pyxform/issues/212
[yanokwa]

v0.11.3, 2018 07 04
-- Set mediatype for file to application/*
Issue #194, https://github.com/XLSForm/pyxform/issues/194
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
===============
pyxform v0.11.3
pyxform v0.11.4
===============

|travis| |appveyor|
Expand Down
2 changes: 1 addition & 1 deletion pyxform/__init__.py
Expand Up @@ -3,7 +3,7 @@
Collect easy.
"""

__version__ = '0.11.3'
__version__ = '0.11.4'

from pyxform.builder import (
SurveyElementBuilder,
Expand Down
Binary file modified pyxform/validators/odk_validate/bin/ODK_Validate.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='pyxform',
version='0.11.3',
version='0.11.4',
author='github.com/xlsform',
author_email='info@xlsform.org',
packages=find_packages(),
Expand Down

0 comments on commit 2ba60f9

Please sign in to comment.