Skip to content

Commit

Permalink
Merge pull request #497 from yanokwa/release-v1.3.2
Browse files Browse the repository at this point in the history
Release v1.3.2
  • Loading branch information
yanokwa authored Dec 15, 2020
2 parents 5238b57 + 67c993d commit 94dc5a2
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

# v1.3.2, 2020-12-15

* #496 Add warning for images without max-pixel
* Yaw Anokwa @yanokwa (ODK)

# v1.3.1, 2020-12-09

* #493 Make value ref dynamic for selects from repeats
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 v1.3.1
pyxform v1.3.2
===============

|circleci| |appveyor| |codecov| |black|
Expand Down
2 changes: 1 addition & 1 deletion pyxform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Collect easy.
"""

__version__ = "1.3.1"
__version__ = "1.3.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 @@ -14,7 +14,7 @@

setup(
name="pyxform",
version="1.3.1",
version="1.3.2",
author="github.com/xlsform",
author_email="info@xlsform.org",
packages=find_packages(),
Expand Down

0 comments on commit 94dc5a2

Please sign in to comment.