Skip to content

Commit

Permalink
Merge pull request #1694 from globus/v2.30.0
Browse files Browse the repository at this point in the history
Bump versions for release v2.30.0
  • Loading branch information
khk-globus authored Oct 30, 2024
2 parents 7c1ca1f + d805e44 commit 5bb0cfb
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 26 deletions.
4 changes: 0 additions & 4 deletions changelog.d/20241015_192243_30907815+rjmello_HEAD.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20241023_194824_30907815+rjmello_HEAD.rst

This file was deleted.

2 changes: 1 addition & 1 deletion compute_endpoint/globus_compute_endpoint/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "2.29.0"
__version__ = "2.30.0"

# TODO: remove after a `globus-compute-sdk` release
# this is needed because it's imported by `globus-compute-sdk` to do the version check
Expand Down
2 changes: 1 addition & 1 deletion compute_endpoint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
REQUIRES = [
"requests>=2.31.0,<3",
"globus-sdk", # version will be bounded by `globus-compute-sdk`
"globus-compute-sdk==2.29.0",
"globus-compute-sdk==2.30.0",
"globus-compute-common==0.4.1",
"globus-identity-mapping==0.3.0",
# table printing used in list-endpoints
Expand Down
2 changes: 1 addition & 1 deletion compute_sdk/globus_compute_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "2.29.0"
__version__ = "2.30.0"


def compare_versions(
Expand Down
27 changes: 27 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@ Changelog

.. scriv-insert-here
.. _changelog-2.30.0:

globus-compute-sdk & globus-compute-endpoint v2.30.0
----------------------------------------------------

New Functionality
^^^^^^^^^^^^^^^^^

- Add runtime type-checking to |Batch| class; per user typo-induced question.

Bug Fixes
^^^^^^^^^

- Fixed a ``KeyError`` that occurred when using an ``AuthorizerLoginManager`` with
a ``Client``, or when calling the ``AuthorizerLoginManager.get_auth_client()``
method directly.

Changed
^^^^^^^

- Bumped ``globus-sdk`` dependency to at least 3.46.0.

- Bumped ``parsl`` dependency version to `2024.10.21 <https://pypi.org/project/parsl/2024.10.21/>`_.

- Drop support for Python 3.8, which entered the end-of-life phase on
10-07-2024 (https://peps.python.org/pep-0569/).

.. _changelog-2.29.0:

globus-compute-sdk & globus-compute-endpoint v2.29.0
Expand Down

0 comments on commit 5bb0cfb

Please sign in to comment.