Skip to content

Commit b2df819

Browse files
committed
New release v2.10
1 parent 93046fe commit b2df819

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

.github/workflows/build-and-push-ricgraph-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
REGISTRY: ghcr.io/utrechtuniversity
8-
RICGRAPH_VERSION: 2.9
8+
RICGRAPH_VERSION: 2.10
99

1010
jobs:
1111
build:

CITATION.cff

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.2.0
22
title: "Ricgraph - Research in context graph"
33
type: software
4-
version: "2.9"
5-
date-released: "2025-02-13"
4+
version: "2.10"
5+
date-released: "2025-03-25"
66
authors:
77
- given-names: "Rik D.T."
88
family-names: Janssen
@@ -106,6 +106,9 @@ identifiers:
106106
- description: "Ricgraph DOI v2.9"
107107
type: doi
108108
value: "10.5281/zenodo.14863430"
109+
- description: "Ricgraph DOI v2.10"
110+
type: doi
111+
value: "10.5281/zenodo.XXXXXXXX"
109112
abstract: >-
110113
Ricgraph, also known as Research in context graph, enables the exploration of
111114
researchers, teams, their results, collaborations, skills, projects, and the

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# ########################################################################
4545
# These are the versions of the software to be installed.
4646
# ########################################################################
47-
ricgraph_version := 2.9
47+
ricgraph_version := 2.10
4848
neo4j_community_version := 5.24.0
4949
neo4j_desktop_version := 1.6.0
5050

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,4 +424,4 @@ please let me know by creating a GitHub *Issue* at the top left of this page.
424424
<!-- Do not change the lines below. The version number will be
425425
modified by script maintenance/update_version.bash -->
426426
This README.md file is part of the
427-
documentation for version 2.9 of Ricgraph - Research in context graph.
427+
documentation for version 2.10 of Ricgraph - Research in context graph.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["ricgraph"]
77

88
[project]
99
name = "ricgraph"
10-
version = "2.9"
10+
version = "2.10"
1111
authors = [
1212
{ name="Rik D.T. Janssen" },
1313
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pandas
1010
pyalex
1111
ratelimit
1212
requests
13-
ricgraph == 2.9
13+
ricgraph == 2.10
1414
twine
1515
Sickle
1616
xmltodict

ricgraph/ricgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
# __version__ should be placed here instead of in __init__.py.
124124
# If not here, it cannot be found when executing something like
125125
# PYTHONPATH=../ricgraph ../bin/python ricgraph_explorer.py
126-
__version__ = '2.9'
126+
__version__ = '2.10'
127127

128128

129129
# ########################################################################

0 commit comments

Comments
 (0)