Skip to content

Commit a8faef9

Browse files
committed
Merge tag '26.1.0' into develop
2 parents 64661fc + 1ddc46b commit a8faef9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
ChangeLog
33
*********
44

5+
26.1.0 (2026-07-09)
6+
===================
7+
8+
- Add oraclecloud limited storage provider, suitable as storage backend for osfstorage.
9+
(thanks, @sh-andriy!)
10+
511
26.0.1 (2026-01-09)
612
===================
713

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 = "waterbutler"
3-
version = "26.0.1" # TODO: get version from waterbutler/version.py
3+
version = "26.1.0" # TODO: get version from waterbutler/version.py
44
description = "WaterButler Storage Server"
55
authors = ["Center for Open Science <contact@cos.io>"]
66
readme = "README.md"

waterbutler/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '26.0.1'
1+
__version__ = '26.1.0'

0 commit comments

Comments
 (0)