Skip to content

Commit

Permalink
Merge pull request #629 from lognaturel/prep-release
Browse files Browse the repository at this point in the history
Prepare v1.11.1 release
  • Loading branch information
yanokwa authored Nov 19, 2022
2 parents b4f0715 + 3ba0a74 commit a6f5b98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Pyxform Changelog

# v1.11.1, 2022-11-18
* Add __init__.py to `entities` package by @lognaturel in https://github.com/XLSForm/pyxform/pull/628

# v1.11.0, 2022-11-18
* Accept more empty rows before stopping by @yanokwa in https://github.com/XLSForm/pyxform/pull/621
* Add initial support for entity creation by @lognaturel in https://github.com/XLSForm/pyxform/pull/624
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.11.0
pyxform v1.11.1
===============

|python| |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.11.0"
__version__ = "1.11.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 @@ -7,7 +7,7 @@

setup(
name="pyxform",
version="1.11.0",
version="1.11.1",
author="github.com/xlsform",
author_email="[email protected]",
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit a6f5b98

Please sign in to comment.