We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aabe8be + 864d52d commit c222738Copy full SHA for c222738
CHANGELOG
@@ -2,6 +2,13 @@
2
ChangeLog
3
*********
4
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
12
23.0.0 (2023-08-17)
13
===================
14
waterbutler/version.py
@@ -1 +1 @@
1
-__version__ = '23.0.0'
+__version__ = '25.0.0'
0 commit comments