Skip to content

Commit c222738

Browse files
committed
Merge tag '25.0.0' into develop
2 parents aabe8be + 864d52d commit c222738

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
ChangeLog
33
*********
44

5+
25.0.0 (2025-02-21)
6+
===================
7+
8+
- Fix: Sometimes OneDrive gets mad if we include the `Authorization` header along with a signed
9+
request. Not every onedrive host server complains, but some do. Ergo, we stop doing it globally.
10+
- Feature: Support OSF's gravyvalet service by allowing gv to define provider in settings.
11+
512
23.0.0 (2023-08-17)
613
===================
714

waterbutler/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '23.0.0'
1+
__version__ = '25.0.0'

0 commit comments

Comments
 (0)