From 23d454cbbeb7fcdeb7b5e2be6e463ecc2e70076c Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 28 Sep 2020 03:28:18 +0200 Subject: [PATCH] Fix deprecation mention for shared libs in docs (#4374) * Fix deprecation mention for shared libs in docs * Update docs/guide_publish_cogs.rst Co-authored-by: Vexed Co-authored-by: Vexed --- docs/guide_publish_cogs.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide_publish_cogs.rst b/docs/guide_publish_cogs.rst index f776e513e..b509436a1 100644 --- a/docs/guide_publish_cogs.rst +++ b/docs/guide_publish_cogs.rst @@ -85,5 +85,4 @@ Keys specific to the cog info.json (case sensitive) ``SHARED_LIBRARY``. If ``SHARED_LIBRARY`` then ``hidden`` will be ``True``. .. warning:: - Shared libraries are deprecated since version 3.2 and are marked for removal in version 3.4. - + Shared libraries are deprecated since version 3.2 and are marked for removal in the future.