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 <sebdazeley@gmail.com>

Co-authored-by: Vexed <sebdazeley@gmail.com>
This commit is contained in:
jack1142 2020-09-28 03:28:18 +02:00 committed by GitHub
parent f9741cdd27
commit 23d454cbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.