diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-07-05 11:16:40 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-07-05 11:16:40 -0400 |
commit | c0ef434959d1a786f6abebf54b6b3202f2c5c87c (patch) | |
tree | f01bf3be42a1fce4ec1e510c8ec229b3e590dbd2 /doc/source/conf.py | |
parent | 73dbee5573f6b67e0996c3909f61cbdca7c24cea (diff) |
Added reference to old 'text' name to documentation.
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 102c3cf..cd679b5 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'2012, Leonard Richardson' +copyright = u'2004-2015, 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'2012, Leonard Richardson' # The short X.Y version. version = '4' # The full version, including alpha/beta/rc tags. -release = '4.2.0' +release = '4.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |