Skip to content

Commit

Permalink
New release v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RikDTJanssen committed Dec 3, 2024
1 parent cb47ab6 commit b1fdbb7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
title: "Ricgraph - Research in context graph"
type: software
version: "2.6"
date-released: "2024-11-06"
version: "2.7"
date-released: "2024-12-03"
authors:
- given-names: "Rik D.T."
family-names: Janssen
Expand Down Expand Up @@ -97,6 +97,9 @@ identifiers:
- description: "Ricgraph DOI v2.6"
type: doi
value: "10.5281/zenodo.14045761"
- description: "Ricgraph DOI v2.7"
type: doi
value: "10.5281/zenodo.XXXXXXXX"
abstract: >-
Ricgraph, also known as Research in context graph, enables the exploration of
researchers, teams, their results, collaborations, skills, projects, and the
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# ########################################################################
# These are the versions of the software to be installed.
# ########################################################################
ricgraph_version := 2.6
ricgraph_version := 2.7
neo4j_community_version := 5.24.0
neo4j_desktop_version := 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["ricgraph"]

[project]
name = "ricgraph"
version = "2.6"
version = "2.7"
authors = [
{ name="Rik D.T. Janssen" },
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pandas
pyalex
ratelimit
requests
ricgraph == 2.6
ricgraph == 2.7
twine
Sickle
xmltodict
2 changes: 1 addition & 1 deletion ricgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
#
# ########################################################################

__version__ = '2.6'
__version__ = '2.7'

from .ricgraph import *

0 comments on commit b1fdbb7

Please sign in to comment.