Skip to content

Commit 61316c1

Browse files
Merge pull request #90 from apdavison/prepare-release
Prepare release 0.5.0
2 parents a795972 + 7d85c8c commit 61316c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ For more detail see #29.
8686
- fixed a TypeError in `by_name()` when a name was not found [#83](https://github.com/openMetadataInitiative/openMINDS_Python/pull/83)
8787
- fixed a bug where properties whose value evaluated to False (e.g., zero) were not serialized if using `include_empty_properties=False` [#84](https://github.com/openMetadataInitiative/openMINDS_Python/pull/84)
8888
- updates to the "latest" module
89+
90+
91+
## Release 0.5.0 (2026-03-23)
92+
93+
- Added openMINDS v5 schemas. For full details of the changes, see the [Release Notes](https://github.com/openMetadataInitiative/openMINDS/blob/main/schemas/v5.0/release_notes_v5.0.txt).

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
env = Environment(loader=FileSystemLoader(os.path.dirname(os.path.realpath(__file__))), autoescape=select_autoescape())
122122
context = {
123-
"version": "0.4.1",
123+
"version": "0.5.0",
124124
}
125125

126126
with open("target/pyproject.toml", "w") as fp:

0 commit comments

Comments
 (0)