Skip to content

Commit 06b2375

Browse files
committed
prepare 26.13.0
1 parent 594560b commit 06b2375

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG

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

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

5+
26.13.0 (2026-07-01)
6+
====================
7+
8+
- add migrate_osfmetrics_fix_6to8 command to correct monthly usage reports
9+
- temporarily re-add elasticsearch6 and some es6-based osf-metrics models
10+
11+
512
26.12.0 (2026-06-23)
613
====================
714

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.12.0",
3+
"version": "26.13.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.11.0"
3+
version = "26.13.0"
44
description = "The code for [https://osf.io](https://osf.io)."
55
authors = [
66
"Brian J. Geiger <bgeiger@pobox.com>",

0 commit comments

Comments
 (0)