Skip to content

Commit 9fae6b9

Browse files
committed
Merge tag '26.7.0' into develop
ORCiD Integration Project - BE Part
2 parents 28410ef + fced96b commit 9fae6b9

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.7.0 (2026-04-08)
6+
===================
7+
8+
- ORCiD Integration Project - BE Part
9+
510
26.6.3 (2026-04-02)
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.6.3",
3+
"version": "26.7.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 = "26.6.3"
3+
version = "26.7.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)