Skip to content

Commit ca9ae9c

Browse files
committed
Release 0.13.2
1 parent ed50b79 commit ca9ae9c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

doc/release_notes.rst

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

55

6+
Version 0.13.2
7+
==============
8+
9+
Fixed some bugs in the machinery for supporting the openMINDS v3 to v4 migration.
10+
This version has been tested with both unmigrated (v3) and migrated (v4) deployments of the KG.
11+
12+
613
Version 0.13.1
714
==============
815

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.1"
31+
__version__ = "0.13.2"
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.1"
3+
version = "0.13.2"
44
description = "Python API for the EBRAINS Knowledge Graph"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)