Skip to content

Commit

Permalink
Merge pull request #197 Bump to version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga authored Apr 20, 2018
2 parents 7dcd91c + e616c3d commit d317aab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
11 changes: 8 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Pyxform Changelog

v0.11.2, (Unreleased)
v0.11.3, (Unreleased)
-- no changes yet

v0.11.2, 2018 08 09
v0.11.2, 2018 04 20
-- Fix startupinfo flags not set properly due to misnamed variable
Issue #195, https://github.com/XLSForm/pyxform/pull/195
[yanokwa]

v0.11.1, 2018 04 09
-- Add iana_subtags.txt to package,
Issue #191, https://github.com/XLSForm/pyxform/issues/191
[yanokwa]

v0.11.0, 2018 08 05
v0.11.0, 2018 04 05
-- Code cleanup, remove no-op XML formatting code
Issue #148, https://github.com/XLSForm/pyxform/pull/148
[alxndrsn]
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.10.X
===============
=============
pyxform v0.11
=============

|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.1'
__version__ = '0.11.2'

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

0 comments on commit d317aab

Please sign in to comment.