Skip to content

Commit 63b49b1

Browse files
authored
Bump version and changelog for release (#1130)
1 parent fdebea0 commit 63b49b1

6 files changed

+25
-25
lines changed

changelog.d/20241209_223301_30907815+rjmello.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20241217_142634_sirosen_fix_sgw_allowed_domains.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/20250109_142954_derek_client_class_base_url_sc_38541.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog.d/20250114_150601_derek_fix_app_config_doc_ivar.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ to a major new version of the SDK.
1212

1313
.. scriv-insert-here
1414
15+
.. _changelog-3.50.0:
16+
17+
v3.50.0 (2025-01-14)
18+
--------------------
19+
20+
Added
21+
~~~~~
22+
23+
- Subclasses of ``BaseClient`` may now specify ``base_url`` as class attribute. (:pr:`1125`)
24+
25+
Fixed
26+
~~~~~
27+
28+
- Fixed an incorrect URL path in ``ComputeClient.get_task_batch``. (:pr:`1117`)
29+
30+
- Fix a bug in ``StorageGatewayDocument`` which stored any ``allowed_domains``
31+
argument under an ``"allow_domains"`` key instead of the correct key,
32+
``"allowed_domains"``. (:pr:`1120`)
33+
34+
Documentation
35+
~~~~~~~~~~~~~
36+
37+
- Updated GlobusAppConfig docs to explain how to disable auto-login. (:pr:`1127`)
38+
1539
.. _changelog-3.49.0:
1640

1741
v3.49.0 (2024-12-04)

src/globus_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# single source of truth for package version,
22
# see https://packaging.python.org/en/latest/single_source_version/
3-
__version__ = "3.49.0"
3+
__version__ = "3.50.0"

0 commit comments

Comments
 (0)