This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ .. warning ::
2
+
3
+ The code in this repository is no longer supported.
4
+
5
+
1
6
Globus Automate Client
2
7
======================
3
8
Original file line number Diff line number Diff line change 71
71
rst_prolog = """
72
72
.. warning::
73
73
74
- The Globus Automate SDK and Globus Automate CLI are deprecated .
74
+ The Globus Automate SDK and Globus Automate CLI are no longer supported .
75
75
76
76
The `Globus SDK`_ and `Globus CLI`_ have integrated their functionality
77
77
and are able to interact with other Globus services, as well.
78
78
79
- It is strongly recommended that new projects use the Globus SDK and Globus CLI,
80
- and that existing projects begin migrating to the Globus SDK and Globus CLI.
81
-
82
79
.. _Globus SDK: https://globus-sdk-python.readthedocs.io/en/stable/
83
80
.. _Globus CLI: https://docs.globus.org/cli/
84
81
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " globus-automate-client"
3
- version = " 0.17.1 "
3
+ version = " 0.18.0 "
4
4
description = " Client for the Globus Flows service"
5
5
authors = [
6
6
@@ -15,7 +15,7 @@ keywords = [
15
15
" action_provider" ,
16
16
]
17
17
classifiers = [
18
- " Development Status :: 4 - Beta " ,
18
+ " Development Status :: 7 - Inactive " ,
19
19
" Intended Audience :: Developers" ,
20
20
" Topic :: Internet :: WWW/HTTP" ,
21
21
" Topic :: Software Development :: Libraries :: Application Frameworks" ,
You can’t perform that action at this time.
0 commit comments