Skip to content

Commit daf8806

Browse files
committed
bump version & update changelog
1 parent f78dc01 commit daf8806

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

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

5+
26.0.1 (2026-01-09)
6+
===================
7+
8+
- Don't try to access missing property of StringStream downloads.
9+
510
26.0.0 (2026-01-04)
611
===================
712

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.0" # TODO: get version from waterbutler/version.py
3+
version = "26.0.1" # 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.0'
1+
__version__ = '26.0.1'

0 commit comments

Comments
 (0)