Fix incorrect version number in plugin section in docs (#3849)

This commit is contained in:
adeshpande 2024-07-11 11:24:19 -04:00 committed by GitHub
commit 246e44b3d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ specified in Poetry as:
[tool.poetry.plugins."manim.plugins"]
"name" = "object_reference"
.. versionremoved:: 0.19.0
.. versionremoved:: 0.18.1
Plugins should be imported explicitly to be usable in user code. The plugin
system will probably be refactored in the future to provide a more structured