Skip to content

Commit 371dacb

Browse files
committed
Release 0.13.1
1 parent 1e74e87 commit 371dacb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To update the `fairgraph.openminds` module, run:
44

55
```
6-
python update_openminds.py /path/to/openMINDS/schemas/latest
6+
python update_openminds.py /path/to/openMINDS/schemas/v4.0
77
```
88

99
Where /path/to/openMINDS is a clone of the main branch of https://github.com/openMetadataInitiative/openMINDS.git

doc/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Release notes
33
=============
44

5+
6+
Version 0.13.1
7+
==============
8+
9+
Fixed a bug where checking if an object exists was resetting any properties that had been changed to None locally.
10+
11+
512
Version 0.13.0
613
==============
714

fairgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from .collection import Collection
2929
from . import client, errors, openminds, utility
3030

31-
__version__ = "0.13.0"
31+
__version__ = "0.13.1"
3232

3333
utility.initialise_instances(
3434
[

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fairgraph"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Python API for the EBRAINS Knowledge Graph"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)