Skip to content

Commit

Permalink
Bump versions and changelog for release v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmello committed Apr 25, 2024
1 parent bcfea48 commit d178102
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.

This file was deleted.

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.19.0a0"
__version__ = "2.19.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.19.0a0",
"globus-compute-sdk==2.19.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.19.0a0"
__version__ = "2.19.0"


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

.. scriv-insert-here
.. _changelog-2.19.0:

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

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

- Expanded support for `pyzmq` dependency to include versions up to `26.x.x`.

Bug Fixes
^^^^^^^^^

- We now raise an informative error when a user sets the ``strategy`` configuration field
to an incorrect value type for a given engine. For example, the ``GlobusComputeEngine``
expects ``strategy`` to be a string or null, not an object.

.. _changelog-2.18.1:

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

0 comments on commit d178102

Please sign in to comment.