Skip to content

Commit 246e44b

Browse files
Fix incorrect version number in plugin section in docs (#3849)
1 parent bb98eca commit 246e44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ specified in Poetry as:
106106
[tool.poetry.plugins."manim.plugins"]
107107
"name" = "object_reference"
108108
109-
.. versionremoved:: 0.19.0
109+
.. versionremoved:: 0.18.1
110110

111111
Plugins should be imported explicitly to be usable in user code. The plugin
112112
system will probably be refactored in the future to provide a more structured

0 commit comments

Comments
 (0)