[stubsabot] Bump docutils to 0.19.* (#8260)

This commit is contained in:
Shantanu
2022-07-09 01:25:22 +05:30
committed by GitHub
parent 631a948de9
commit ee09a67c5c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,10 +15,10 @@ docutils.parsers.rst.Directive.__getattr__
docutils.transforms.Transform.__getattr__
docutils.transforms.Transformer.__getattr__
docutils.utils.Reporter.__getattr__
docutils.parsers.recommonmark_wrapper
# the constructor appears to be mostly internal API, public API users are meant to use docutils.utils.new_reporter instead
docutils.utils.Reporter.__init__
# these methods take a rawsource parameter that has been deprecated and is completely ignored, so we omit it from the stub
docutils.nodes.Text.__new__
docutils.nodes.Text.__init__

View File

@@ -1 +1 @@
version = "0.18.*"
version = "0.19.*"