Skip to content

Commit

Permalink
Release version 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Jul 10, 2018
1 parent caf8f79 commit 66230a1
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

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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Collect easy.
"""

__version__ = '0.11.3'
__version__ = '0.11.4'

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.3',
version='0.11.4',
author='github.com/xlsform',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 66230a1

Please sign in to comment.