diff options
author | Leonard Richardson <leonardr@segfault.org> | 2024-01-17 11:07:20 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2024-01-17 11:07:20 -0500 |
commit | 496f064d7ceeec44a4d65e0e838667364ef1e3db (patch) | |
tree | 66d47e76dae70f65ea51c0686611c1decba01f85 | |
parent | ceee9911ca1cc8b1e67efeea6ed74564f4820c3f (diff) |
Prepare for 4.12.3 release.
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | bs4/__init__.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -= 4.12.3 (Unreleased) += 4.12.3 (20240117) * The Beautiful Soup documentation now has a Spanish translation, thanks to Carlos Romero. Delong Wang's Chinese translation has been updated diff --git a/bs4/__init__.py b/bs4/__init__.py index 3d2ab09..d8ad5e1 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -15,8 +15,8 @@ documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.12.2" -__copyright__ = "Copyright (c) 2004-2023 Leonard Richardson" +__version__ = "4.12.3" +__copyright__ = "Copyright (c) 2004-2024 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |