Skip to content

Commit b142d7c

Browse files
committed
Release 0.13.4
1 parent 7495e08 commit b142d7c

4 files changed

Lines changed: 20 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-04-09",
8-
"downloadUrl": "https://files.pythonhosted.org/packages/9c/a4/db13099176466a355663fc310b34a6d530c519587e49f482a0e83010e9c2/fairgraph-0.13.3.tar.gz",
7+
"dateModified": "2026-05-14",
8+
"downloadUrl": null,
99
"issueTracker": "https://github.com/HumanBrainProject/fairgraph/issues",
1010
"name": "fairgraph",
11-
"version": "0.13.3",
12-
"identifier": "https://pypi.org/project/fairgraph/0.13.3/",
11+
"version": "0.13.4",
12+
"identifier": "https://pypi.org/project/fairgraph/0.13.4/",
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-3",
15+
"releaseNotes": "https://fairgraph.readthedocs.io/en/latest/release_notes.html#version-0-13-4",
1616
"funding": "https://cordis.europa.eu/project/id/945539",
1717
"developmentStatus": "active",
1818
"referencePublication": null,

doc/release_notes.rst

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

55

6+
Version 0.13.4
7+
==============
8+
9+
Bug fixes in this release:
10+
11+
- Fixed a ``TypeError`` when trying to filter by parts of an IRI.
12+
- Fixed ``get_journal()`` when the journal is a :class:`~fairgraph.kgproxy.KGProxy` (issue + volume case).
13+
14+
Other changes:
15+
16+
- Added GDPR documentation.
17+
18+
619
Version 0.13.3
720
==============
821

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

0 commit comments

Comments
 (0)