From e266b033d1f528c32881b845d61b09fd9c954f27 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 16 Sep 2018 23:41:24 +0300 Subject: [PATCH] Update version added --- docs/reference/ImageDraw.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/ImageDraw.rst b/docs/reference/ImageDraw.rst index 3bd460814..75ae30a32 100644 --- a/docs/reference/ImageDraw.rst +++ b/docs/reference/ImageDraw.rst @@ -140,7 +140,7 @@ Methods :param fill: Color to use for the arc. :param width: The line width, in pixels. - .. versionadded:: 5.2.0 + .. versionadded:: 5.3.0 .. py:method:: PIL.ImageDraw.ImageDraw.bitmap(xy, bitmap, fill=None) @@ -165,7 +165,7 @@ Methods :param fill: Color to use for the fill. :param width: The line width, in pixels. - .. versionadded:: 5.2.0 + .. versionadded:: 5.3.0 .. py:method:: PIL.ImageDraw.ImageDraw.ellipse(xy, fill=None, outline=None, width=0) @@ -178,7 +178,7 @@ Methods :param fill: Color to use for the fill. :param width: The line width, in pixels. - .. versionadded:: 5.2.0 + .. versionadded:: 5.3.0 .. py:method:: PIL.ImageDraw.ImageDraw.line(xy, fill=None, width=0) @@ -209,7 +209,7 @@ Methods :param outline: Color to use for the outline. :param width: The line width, in pixels. - .. versionadded:: 5.2.0 + .. versionadded:: 5.3.0 .. py:method:: PIL.ImageDraw.ImageDraw.point(xy, fill=None) @@ -243,7 +243,7 @@ Methods :param fill: Color to use for the fill. :param width: The line width, in pixels. - .. versionadded:: 5.2.0 + .. versionadded:: 5.3.0 .. py:method:: PIL.ImageDraw.ImageDraw.shape(shape, fill=None, outline=None)