From 496f064d7ceeec44a4d65e0e838667364ef1e3db Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 17 Jan 2024 11:07:20 -0500 Subject: Prepare for 4.12.3 release. --- CHANGELOG | 2 +- bs4/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 910bea6..2701446 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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" -- cgit v1.2.3