Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 9ed8fae

Browse files
committed
Announce EOL; prep for a final "Inactive" release
1 parent eecbf37 commit 9ed8fae

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. warning::
2+
3+
The code in this repository is no longer supported.
4+
5+
16
Globus Automate Client
27
======================
38

docs/source/conf.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,11 @@
7171
rst_prolog = """
7272
.. warning::
7373
74-
The Globus Automate SDK and Globus Automate CLI are deprecated.
74+
The Globus Automate SDK and Globus Automate CLI are no longer supported.
7575
7676
The `Globus SDK`_ and `Globus CLI`_ have integrated their functionality
7777
and are able to interact with other Globus services, as well.
7878
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-
8279
.. _Globus SDK: https://globus-sdk-python.readthedocs.io/en/stable/
8380
.. _Globus CLI: https://docs.globus.org/cli/
8481

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "globus-automate-client"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
description = "Client for the Globus Flows service"
55
authors = [
66
"Jake Lewis <[email protected]>",
@@ -15,7 +15,7 @@ keywords = [
1515
"action_provider",
1616
]
1717
classifiers = [
18-
"Development Status :: 4 - Beta",
18+
"Development Status :: 7 - Inactive",
1919
"Intended Audience :: Developers",
2020
"Topic :: Internet :: WWW/HTTP",
2121
"Topic :: Software Development :: Libraries :: Application Frameworks",

0 commit comments

Comments
 (0)