From a40a84f46938fc7ff3dc4a449d862690efb690d2 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 4 Aug 2018 07:11:33 +0200 Subject: Support for Python 3.7 --- docs/tests.documentation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tests.documentation.rst') diff --git a/docs/tests.documentation.rst b/docs/tests.documentation.rst index 16f94a9..a2f847e 100644 --- a/docs/tests.documentation.rst +++ b/docs/tests.documentation.rst @@ -3,9 +3,9 @@ The ``decorator`` module :Author: Michele Simionato :E-mail: michele.simionato@gmail.com -:Version: 4.3.0 (2018-04-15) -:Supports: Python 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6 -:Download page: http://pypi.python.org/pypi/decorator/4.3.0 +:Version: 4.4.0 (2018-08-04) +:Supports: Python 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7 +:Download page: http://pypi.python.org/pypi/decorator/4.4.0 :Installation: ``pip install decorator`` :License: BSD license -- cgit v1.2.1