Skip to content

Commit 96a57cb

Browse files
committed
Update changelog and copyright statements
1 parent d91110a commit 96a57cb

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,8 @@ For more detail see #29.
4848

4949
- Update to latest openMINDS schemas and instances
5050
- Internal import statements are now sorted alphabetically
51+
52+
## Release 0.3.0 (2025-04-09)
53+
54+
- Added release candidate for openMINDS v4
55+
- Nodes in a collection are now sorted by ID.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 openMetadataInitiative
3+
Copyright (c) 2025 openMetadataInitiative
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pipeline/src/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This module contains base classes that define interfaces
33
and contain code common to sub-classes, to avoid code duplication.
44
5-
# Copyright (c) 2023 openMetadataInitiative
5+
# Copyright (c) 2025 openMetadataInitiative
66
"""
77

88
from __future__ import annotations

pipeline/src/codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"programmingLanguage": ["Python"],
1919
"operatingSystem": ["Linux", "Windows", "macOS"],
2020
"softwareRequirements": [
21-
"Python (version >=3.7)"
21+
"Python (version >=3.8)"
2222
],
2323
"relatedLink": [
2424
"https://openminds-documentation.readthedocs.io"

pipeline/src/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Representations of metadata fields/properties
33
4-
# Copyright (c) 2023 openMetadataInitiative
4+
# Copyright (c) 2025 openMetadataInitiative
55
"""
66

77
from datetime import datetime, date

0 commit comments

Comments
 (0)