Skip to content

Commit 0e94690

Browse files
committed
New release v2.8
1 parent 6edb759 commit 0e94690

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
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.7
8+
RICGRAPH_VERSION: 2.8
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.7"
5-
date-released: "2024-12-03"
4+
version: "2.8"
5+
date-released: "2025-01-15"
66
authors:
77
- given-names: "Rik D.T."
88
family-names: Janssen
@@ -100,6 +100,9 @@ identifiers:
100100
- description: "Ricgraph DOI v2.7"
101101
type: doi
102102
value: "10.5281/zenodo.14266604"
103+
- description: "Ricgraph DOI v2.8"
104+
type: doi
105+
value: "10.5281/zenodo.XXXXXXXX"
103106
abstract: >-
104107
Ricgraph, also known as Research in context graph, enables the exploration of
105108
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.7
47+
ricgraph_version := 2.8
4848
neo4j_community_version := 5.24.0
4949
neo4j_desktop_version := 1.6.0
5050

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.7"
10+
version = "2.8"
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.7
13+
ricgraph == 2.8
1414
twine
1515
Sickle
1616
xmltodict

ricgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
#
3434
# ########################################################################
3535

36-
__version__ = '2.7'
36+
__version__ = '2.8'
3737

3838
from .ricgraph import *

0 commit comments

Comments
 (0)