Skip to content

Commit 32a8669

Browse files
committed
Bump versions and changelog for release 3.13.0
1 parent 0be9eb9 commit 32a8669

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

changelog.d/20250813_113742_kevin_gce_pid_file.rst

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

compute_endpoint/globus_compute_endpoint/version.py

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

55
# TODO: remove after a `globus-compute-sdk` release
66
# this is needed because it's imported by `globus-compute-sdk` to do the version check

compute_endpoint/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
REQUIRES = [
77
"requests>=2.31.0,<3",
88
"globus-sdk", # version will be bounded by `globus-compute-sdk`
9-
"globus-compute-sdk==3.13.0a1",
9+
"globus-compute-sdk==3.13.0",
1010
"globus-identity-mapping==0.4.0",
1111
# table printing used in list-endpoints
1212
"texttable>=1.6.4,<2",

compute_sdk/globus_compute_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# single source of truth for package version,
55
# see https://packaging.python.org/en/latest/single_source_version/
6-
__version__ = "3.13.0a1"
6+
__version__ = "3.13.0"
77

88

99
def compare_versions(

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Changelog
33

44
.. scriv-insert-here
55
6+
.. _changelog-3.13.0:
7+
8+
globus-compute-sdk & globus-compute-endpoint v3.13.0
9+
----------------------------------------------------
10+
11+
Bug Fixes
12+
^^^^^^^^^
13+
14+
- Template-capable endpoints are no longer ignored by the ``list`` and ``stop``
15+
commands.
16+
617
.. _changelog-3.12.0:
718

819
globus-compute-sdk & globus-compute-endpoint v3.12.0

0 commit comments

Comments
 (0)