We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a4e198 + d4d8c2d commit 5466cdcCopy full SHA for 5466cdc
3 files changed
CHANGELOG
@@ -2,6 +2,11 @@
2
3
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
4
5
+26.4.1 (2026-03-01)
6
+===================
7
+
8
+- Add script to update ROR funder names
9
10
26.4.0 (2026-02-26)
11
===================
12
package.json
@@ -1,6 +1,6 @@
1
{
"name": "OSF",
- "version": "26.4.0",
+ "version": "26.4.1",
"description": "Facilitating Open Science",
"repository": "https://github.com/CenterForOpenScience/osf.io",
"author": "Center for Open Science",
pyproject.toml
[tool.poetry]
name = "osf-io"
-version = "26.4.0"
+version = "26.4.1"
description = "The code for [https://osf.io](https://osf.io)."
authors = ["Your Name <you@example.com>"]
license = "Apache License 2.0"
0 commit comments