Skip to content

Commit 305def8

Browse files
committed
Release 0.2.3
1 parent f83b412 commit 305def8

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ For more detail see #29.
4343
- passing an integer to a property of type "number" produced a validation error
4444
- when validating collections the "ignore" argument wasn't being passed down
4545
- type hints were producing an error with Python 3.8
46+
47+
## Release 0.2.3 (2024-06-21)
48+
49+
- Update to latest openMINDS schemas and instances
50+
- Internal import statements are now sorted alphabetically

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 openMetadataInitiative
3+
Copyright (c) 2024 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ The resultant package is copied to the `main` branch, and at intervals is publis
8686

8787
<div><img src="https://www.braincouncil.eu/wp-content/uploads/2018/11/wsi-imageoptim-EU-Logo.jpg" alt="EU Logo" height="23%" width="15%" align="right" style="margin-left: 10px"></div>
8888

89-
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).
89+
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3), and in the EBRAINS-2.0 project, funded from the European Union's Horizon Europe programme under grant agreement 101147319.

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
autoescape=select_autoescape()
105105
)
106106
context = {
107-
"version": "0.2.2",
107+
"version": "0.2.3",
108108
}
109109
with open("target/pyproject.toml", "w") as fp:
110110
contents = env.get_template("pipeline/src/pyproject_template.toml.txt").render(context)

pipeline/src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ The resultant package is copied to the `main` branch, and at intervals is publis
8686

8787
<div><img src="https://www.braincouncil.eu/wp-content/uploads/2018/11/wsi-imageoptim-EU-Logo.jpg" alt="EU Logo" height="23%" width="15%" align="right" style="margin-left: 10px"></div>
8888

89-
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).
89+
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3), and in the EBRAINS-2.0 project, funded from the European Union's Horizon Europe programme under grant agreement 101147319.

0 commit comments

Comments
 (0)