Skip to content

Commit

Permalink
Add release notes for 0.4.2 and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulett committed Feb 15, 2021
1 parent ae771f0 commit 0af8b51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.4.2 - February 2021
---------------------

* Added support for :py:class:`hl7.Batch` and :py:class:`hl7.File`, via
:py:func:`hl7.parse_hl7` or the more specific :py:func:`hl7.parse_batch`
and :py:func:`parse_file`.

Thanks `Joseph Wortmann <https://github.com/joseph-wortmann>`_!


0.4.1 - September 2020
----------------------
Expand Down
2 changes: 1 addition & 1 deletion hl7/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Forth element can be 'dev' < 'a' < 'b' < 'rc' < 'final'. An empty 4th
element is equivalent to 'final'.
"""
VERSION = (0, 4, 1, "final")
VERSION = (0, 4, 2, "final")


def get_version():
Expand Down

0 comments on commit 0af8b51

Please sign in to comment.