From e381bc0e8be4178107ef326b076ba7e747f36c15 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 4 Apr 2020 18:22:11 -0400 Subject: Added a Russian translation by 'authoress' to the repository. --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index cbefe08..7ba53ac 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Beautiful Soup' -copyright = u'2004-2015, Leonard Richardson' +copyright = u'2004-2020, Leonard Richardson' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -50,7 +50,7 @@ copyright = u'2004-2015, Leonard Richardson' # The short X.Y version. version = '4' # The full version, including alpha/beta/rc tags. -release = '4.4.0' +release = '4.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3