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

Commit fe141fc

Browse files
authored
doc: note full deprecation (#513)
1 parent 5b1ecc2 commit fe141fc

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# UNRELEASED
2+
- [DEPRECATED] This library is end-of-life and no longer supported.
3+
14
# 2.15.0 (2021-08-26)
25
- [NEW] Override `dict.get` method for `CouchDatabase` to add `remote` parameter allowing it to
36
retrieve a remote document if specified.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# DEPRECATED
1+
# :warning: NO LONGER MAINTAINED :warning:
22

3-
**This library is now deprecated and will be end-of-life on Dec 31 2021.**
3+
**This library is end-of-life and no longer supported.**
44

5-
The library remains supported until the end-of-life date,
6-
but will receive only _critical_ maintenance updates.
5+
This repository will not be updated. The repository will be kept available in read-only mode.
76

87
Please see the [Migration Guide](./MIGRATION.md) for advice
98
about migrating to our replacement library

src/cloudant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .client import Cloudant, CouchDB
2525
from ._common_util import CloudFoundryService
2626

27-
warnings.warn('The module cloudant is now deprecated. The replacement is ibmcloudant.',
27+
warnings.warn('The module cloudant is now end-of-life. The replacement is ibmcloudant.',
2828
DeprecationWarning)
2929

3030
@contextlib.contextmanager

0 commit comments

Comments
 (0)