Skip to content

Commit 70916f2

Browse files
committed
Update changelog and update/bump version
1 parent 209361a commit 70916f2

3 files changed

Lines changed: 8 additions & 10 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.18.0 (2026-08-05)
6+
====================
7+
8+
- Project Enter
9+
510
26.17.1 (2026-08-03)
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.17.1",
3+
"version": "26.18.0",
44
"description": "Facilitating Open Science",
55
"repository": "https://github.com/CenterForOpenScience/osf.io",
66
"author": "Center for Open Science",

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
[tool.poetry]
22
name = "osf-io"
3-
version = "26.17.1"
3+
version = "26.18.0"
44
description = "The code for [https://osf.io](https://osf.io)."
5-
authors = [
6-
"Brian J. Geiger <bgeiger@pobox.com>",
7-
"Longze Chen <cslzchen@gmail.com>",
8-
"Yuhuai Liu <yuhuai@cos.io>",
9-
"Fitz Elliott <felliott@fiskur.org>",
10-
"Ostap Zherebetskyi <ozherebetskyi@exoft.net>",
11-
"Anton Krytskyi <ant.krytskyi@gmail.com>",
12-
]
5+
authors = ["Center for Open Science <contact@cos.io>"]
136
license = "Apache License 2.0"
147
readme = "README.md"
158
packages = [{include = "osf"}]

0 commit comments

Comments
 (0)