Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Jan 14, 2025
1 parent fdebea0 commit af79d93
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
5 changes: 0 additions & 5 deletions changelog.d/20241209_223301_30907815+rjmello.rst

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20250114_150601_derek_fix_app_config_doc_ivar.rst

This file was deleted.

24 changes: 24 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ to a major new version of the SDK.

.. scriv-insert-here
.. _changelog-3.50.0:

v3.50.0 (2025-01-14)
--------------------

Added
~~~~~

- Subclasses of ``BaseClient`` may now specify ``base_url`` as class attribute. (:pr:`1125`)

Fixed
~~~~~

- Fixed an incorrect URL path in ``ComputeClient.get_task_batch``. (:pr:`1117`)

- Fix a bug in ``StorageGatewayDocument`` which stored any ``allowed_domains``
argument under an ``"allow_domains"`` key instead of the correct key,
``"allowed_domains"``. (:pr:`1120`)

Documentation
~~~~~~~~~~~~~

- Updated GlobusAppConfig docs to explain how to disable auto-login. (:pr:`1127`)

.. _changelog-3.49.0:

v3.49.0 (2024-12-04)
Expand Down
2 changes: 1 addition & 1 deletion src/globus_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.49.0"
__version__ = "3.50.0"

0 comments on commit af79d93

Please sign in to comment.