Skip to content

Commit

Permalink
Release version 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Jul 22, 2018
1 parent c81983e commit bb7a0c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,5 +1,10 @@
Pyxform Changelog

v0.11.5, 2018 07 22
-- Add support for SMS prefix, delimiter and tag,
Issue #207, https://github.com/XLSForm/pyxform/issues/207
[lognaturel]

v0.11.4, 2018 07 10
-- Upgrade to ODK Validate v1.10.1
Issue #212, https://github.com/XLSForm/pyxform/issues/212
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
===============
pyxform v0.11.4
pyxform v0.11.5
===============

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

__version__ = '0.11.4'
__version__ = '0.11.5'

from pyxform.builder import (
SurveyElementBuilder,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit bb7a0c8

Please sign in to comment.