Skip to content

Commit

Permalink
Merge pull request #480 from yanokwa/v1.2.1
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
yanokwa authored Nov 14, 2020
2 parents 5ae984f + 31ccd59 commit 85582ef
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.2.1, 2020-11-14

* #479 Java versions can have patch versions
* Yaw Anokwa @yanokwa (ODK)

# v1.2.0, 2020-09-10

* #436 support another java version string for 9-internal
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.2.0
pyxform v1.2.1
===============

|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.2.0"
__version__ = "1.2.1"

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

0 comments on commit 85582ef

Please sign in to comment.