summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-03-20 09:14:01 -0400
committerLeonard Richardson <leonardr@segfault.org>2023-03-20 09:14:01 -0400
commitaa9fd36703b500a14d024c2d0c63444668c0a411 (patch)
tree91b1ff0de3dfd6ff46b08a2d1b09267586977d90 /doc
parent49a5fe0ade3c99ae516a7894c45279af0644a7f3 (diff)
parentd0878350d3313909ba08eab73e4caeb96dbb1209 (diff)
Merge branch 'master' into fuzz
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index e32d6b8..15e258b 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -50,7 +50,7 @@ copyright = u'2004-2023, Leonard Richardson'
# The short X.Y version.
version = '4'
# The full version, including alpha/beta/rc tags.
-release = '4.9.0'
+release = '4.12.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4d580a1..7cc0f12 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -20,7 +20,7 @@ with examples. I show you what the library is good for, how it works,
how to use it, how to make it do what you want, and what to do when it
violates your expectations.
-This document covers Beautiful Soup version 4.11.2. The examples in
+This document covers Beautiful Soup version 4.12.0. The examples in
this documentation were written for Python 3.8.
You might be looking for the documentation for `Beautiful Soup 3