diff options
-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" |