Skip to content

Commit

Permalink
Release version 0.13.1 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga authored Feb 20, 2019
1 parent 1625712 commit e0e7299
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.13.1, 2019 02 19
-- Ensure parameters are typed properly
Issue #267, https://github.com/XLSForm/pyxform/pull/267
[yanokwa]

v0.13.0, 2019 02 19
-- Add Validate v1.11.0 with JavaRosa v2.13.0
Issue #264, https://github.com/XLSForm/pyxform/issues/264
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.13.X
pyxform v0.13.x
===============

|circleci| |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.13.0'
__version__ = '0.13.1'

from pyxform.builder import (SurveyElementBuilder, create_survey, # noqa
create_survey_element_from_dict,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

0 comments on commit e0e7299

Please sign in to comment.