Skip to content

Commit 865040c

Browse files
bump: version 0.7.2 → 0.7.3
1 parent 76ecd7e commit 865040c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.7.3 (2026-04-16)
2+
3+
### Fix
4+
5+
- make time format more strict to stop invalid time date flowing (#92)
6+
17
## v0.7.2 (2026-04-02)
28

39
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
2424
Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
2525

2626
[tool.poetry]
27-
version = "0.7.2"
27+
version = "0.7.3"
2828
packages = [
2929
{ include = "dve", from = "src" },
3030
]

0 commit comments

Comments
 (0)