diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:14:01 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:14:01 -0400 |
commit | aa9fd36703b500a14d024c2d0c63444668c0a411 (patch) | |
tree | 91b1ff0de3dfd6ff46b08a2d1b09267586977d90 /bs4 | |
parent | 49a5fe0ade3c99ae516a7894c45279af0644a7f3 (diff) | |
parent | d0878350d3313909ba08eab73e4caeb96dbb1209 (diff) |
Merge branch 'master' into fuzz
Diffstat (limited to 'bs4')
-rw-r--r-- | bs4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index a5128d2..9a76a15 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -15,7 +15,7 @@ documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.11.2" +__version__ = "4.12.0" __copyright__ = "Copyright (c) 2004-2023 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |