Skip to content

Commit 745cb3c

Browse files
committed
Merge branch 'master' into develop
2 parents 626b62e + 194fa0c commit 745cb3c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
26.4.0 (2026-02-26)
6+
===================
7+
8+
- Transition funder ids from CrossRef to ROR
9+
510
26.3.0 (2026-02-24)
611
===================
712

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OSF",
3-
"version": "26.3.0",
3+
"version": "26.4.0",
44
"description": "Facilitating Open Science",
55
"repository": "https://github.com/CenterForOpenScience/osf.io",
66
"author": "Center for Open Science",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "osf-io"
3-
version = "24.05.2"
3+
version = "26.4.0"
44
description = "The code for [https://osf.io](https://osf.io)."
55
authors = ["Your Name <you@example.com>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)