Skip to content

Commit 7349484

Browse files
committed
Bad release, change 0.4.4 to 0.4.5
1 parent c294160 commit 7349484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.4.4 - March 2022
4+
0.4.5 - March 2022
55
---------------------
66

77
* Better support for :py:class:`HL7StreamProtocol` in Python 3.7, which lacks

hl7/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Forth element can be 'dev' < 'a' < 'b' < 'rc' < 'final'. An empty 4th
77
element is equivalent to 'final'.
88
"""
9-
VERSION = (0, 4, 4, "final")
9+
VERSION = (0, 4, 5, "final")
1010

1111

1212
def get_version():

0 commit comments

Comments
 (0)