Skip to content

Commit 9626893

Browse files
committed
New release v3.1
1 parent 3f28448 commit 9626893

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: "3.0"
8+
RICGRAPH_VERSION: "3.1"
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: "3.0"
5-
date-released: "2025-09-10"
4+
version: "3.1"
5+
date-released: "2025-11-11"
66
authors:
77
- given-names: "Rik D.T."
88
family-names: Janssen
@@ -121,6 +121,9 @@ identifiers:
121121
- description: "Ricgraph DOI v3.0"
122122
type: doi
123123
value: "10.5281/zenodo.17092199"
124+
- description: "Ricgraph DOI v3.1"
125+
type: doi
126+
value: "10.5281/zenodo.XXXXXXXX"
124127
abstract: >-
125128
Ricgraph, also known as Research in context graph, enables the exploration of
126129
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 := 3.0
47+
ricgraph_version := 3.1
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
@@ -420,4 +420,4 @@ please let me know by creating a GitHub *Issue* at the top left of that page.
420420
<!-- Do not change the lines below. The version number will be
421421
modified by script maintenance/update_version.bash -->
422422
This README.md file is part of the
423-
documentation for version 3.0 of Ricgraph - Research in context graph.
423+
documentation for version 3.1 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 = "3.0"
10+
version = "3.1"
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
@@ -11,7 +11,7 @@ pyalex
1111
pymemcache
1212
ratelimit
1313
requests
14-
ricgraph==3.0
14+
ricgraph==3.1
1515
Sickle
1616
twine
1717
unidecode

ricgraph/ricgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
# __version__ should be placed here instead of in __init__.py.
117117
# If not here, it cannot be found when executing something like
118118
# PYTHONPATH=../ricgraph ../bin/python ricgraph_explorer.py
119-
__version__ = '3.0'
119+
__version__ = '3.1'
120120

121121

122122
# ##############################################################################

0 commit comments

Comments
 (0)