Skip to content

Commit

Permalink
Merge pull request #502 from yanokwa/update
Browse files Browse the repository at this point in the history
Upgrade to pyxform v1.3.3
  • Loading branch information
lognaturel authored Dec 18, 2020
2 parents 7cdd716 + 5a08df2 commit fb5dbf1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Pyxform Changelog

# v1.3.3, 2020-12-17

* #500 Use same versions as requirements.pip to prevent unexpected upgrades
* Yaw Anokwa @yanokwa (ODK)
* #498 Add warning for images without max-pixel
* Yaw Anokwa @yanokwa (ODK)

# v1.3.2, 2020-12-15

* #496 Add warning for images without max-pixel
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.2
pyxform v1.3.3
===============

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

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

0 comments on commit fb5dbf1

Please sign in to comment.