Skip to content

Commit

Permalink
Release version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Jul 4, 2018
1 parent 9bc118c commit 9a905fe
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
22 changes: 20 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
Pyxform Changelog

v0.11.3, (Unreleased)
-- no changes yet
v0.11.3, 2018 07 04
-- Set mediatype for file to application/*
Issue #194, https://github.com/XLSForm/pyxform/issues/194
[lognaturel]

-- Add support for randomizing select
Issue #183, https://github.com/XLSForm/pyxform/issues/183
[lognaturel]

-- Add max-pixels parameter for images
Issue #137, https://github.com/XLSForm/pyxform/issues/137
[lognaturel]

-- Add support for guidance hints
Issue #142, https://github.com/XLSForm/pyxform/issues/142
[lognaturel]

-- Add python versions support policy to readme
Issue #201, https://github.com/XLSForm/pyxform/pull/201
[KeynesYouDigIt]

v0.11.2, 2018 04 20
-- Fix startupinfo flags not set properly due to misnamed variable
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.11
=============
===============
pyxform v0.11.3
===============

|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.2'
__version__ = '0.11.3'

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

0 comments on commit 9a905fe

Please sign in to comment.