Skip to content

Commit ec3baa5

Browse files
committed
Bump version number; Update Changelog
1 parent 5784089 commit ec3baa5

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.21.0 (2026-09-10)
6+
====================
7+
8+
- Project Creation and Project Read-only
9+
510
26.20.0 (2026-09-08)
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.20.0",
3+
"version": "26.21.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.20.0"
3+
version = "26.21.0"
44
description = "The code for [https://osf.io](https://osf.io)."
55
authors = ["Center for Open Science <contact@cos.io>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)