We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78dc01 commit daf8806Copy full SHA for daf8806
CHANGELOG
@@ -2,6 +2,11 @@
2
ChangeLog
3
*********
4
5
+26.0.1 (2026-01-09)
6
+===================
7
+
8
+- Don't try to access missing property of StringStream downloads.
9
10
26.0.0 (2026-01-04)
11
===================
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "waterbutler"
-version = "26.0.0" # TODO: get version from waterbutler/version.py
+version = "26.0.1" # TODO: get version from waterbutler/version.py
description = "WaterButler Storage Server"
authors = ["Center for Open Science <contact@cos.io>"]
readme = "README.md"
waterbutler/version.py
@@ -1 +1 @@
-__version__ = '26.0.0'
+__version__ = '26.0.1'
0 commit comments