Skip to content

Commit

Permalink
Bump versions and changelog for release v2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmello committed Aug 21, 2024
1 parent 730dedf commit adbca63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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.27.0"
__version__ = "2.27.1"

# 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_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.27.0"
__version__ = "2.27.1"


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

.. scriv-insert-here
.. _changelog-2.27.1:

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

Bug Fixes
^^^^^^^^^

- Set upper bound for ``pyzmq`` dependency to ``v26.1.0`` to avoid bug with ``libzmq`` installation.

.. _changelog-2.27.0:

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

0 comments on commit adbca63

Please sign in to comment.