Skip to content

Commit e0d9280

Browse files
committed
New release v2.11
1 parent d85e169 commit e0d9280

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.10"
8+
RICGRAPH_VERSION: "2.11"
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.10"
5-
date-released: "2025-03-25"
4+
version: "2.11"
5+
date-released: "2025-04-22"
66
authors:
77
- given-names: "Rik D.T."
88
family-names: Janssen
@@ -109,6 +109,9 @@ identifiers:
109109
- description: "Ricgraph DOI v2.10"
110110
type: doi
111111
value: "10.5281/zenodo.15083709"
112+
- description: "Ricgraph DOI v2.11"
113+
type: doi
114+
value: "10.5281/zenodo.XXXXXXXX"
112115
abstract: >-
113116
Ricgraph, also known as Research in context graph, enables the exploration of
114117
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.10
47+
ricgraph_version := 2.11
4848

4949
# Find latest versions on https://neo4j.com/deployment-center.
5050
neo4j_community_version := 2025.03.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,4 @@ please let me know by creating a GitHub *Issue* at the top left of that page.
390390
<!-- Do not change the lines below. The version number will be
391391
modified by script maintenance/update_version.bash -->
392392
This README.md file is part of the
393-
documentation for version 2.10 of Ricgraph - Research in context graph.
393+
documentation for version 2.11 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.10"
10+
version = "2.11"
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.10
13+
ricgraph==2.11
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.10'
126+
__version__ = '2.11'
127127

128128

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

0 commit comments

Comments
 (0)