File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
compute_sdk/globus_compute_sdk Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66REQUIRES = [
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" ,
Original file line number Diff line number Diff line change 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
99def compare_versions (
Original file line number Diff line number Diff 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
819globus-compute-sdk & globus-compute-endpoint v3.12.0
You can’t perform that action at this time.
0 commit comments