Skip to content

Commit 2302661

Browse files
committed
Release 0.13.6
1 parent defdeca commit 2302661

4 files changed

Lines changed: 18 additions & 7 deletions

File tree

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"license": "https://spdx.org/licenses/Apache-2.0.html",
55
"codeRepository": "https://github.com/HumanBrainProject/fairgraph",
66
"contIntegration": "https://github.com/HumanBrainProject/fairgraph/actions",
7-
"dateModified": "2026-05-26",
8-
"downloadUrl": "https://files.pythonhosted.org/packages/43/e9/2639eb72d606a07bc54801a8d9d677c9d51f125865bdb23ace0997d929b2/fairgraph-0.13.5.tar.gz",
7+
"dateModified": "2026-06-18",
8+
"downloadUrl": null,
99
"issueTracker": "https://github.com/HumanBrainProject/fairgraph/issues",
1010
"name": "fairgraph",
11-
"version": "0.13.5",
12-
"identifier": "https://pypi.org/project/fairgraph/0.13.5/",
11+
"version": "0.13.6",
12+
"identifier": "https://pypi.org/project/fairgraph/0.13.6/",
1313
"description": "Python API for the EBRAINS Knowledge Graph",
1414
"applicationCategory": "neuroscience",
15-
"releaseNotes": "https://fairgraph.readthedocs.io/en/latest/release_notes.html#version-0-13-5",
15+
"releaseNotes": "https://fairgraph.readthedocs.io/en/latest/release_notes.html#version-0-13-6",
1616
"funding": "https://cordis.europa.eu/project/id/945539",
1717
"developmentStatus": "active",
1818
"referencePublication": null,

doc/release_notes.rst

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

55

6+
Version 0.13.6
7+
==============
8+
9+
Bug fixes in this release:
10+
11+
- Fixed a ``KeyError`` when calling :meth:`~fairgraph.client.KGClient.query`
12+
with both ``instance_id`` and a custom ``id_key`` on queries using a custom
13+
``responseVocab``
14+
(`#107 <https://github.com/HumanBrainProject/fairgraph/issues/107>`_).
15+
16+
617
Version 0.13.5
718
==============
819

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

0 commit comments

Comments
 (0)