Skip to content

Commit d634e10

Browse files
committed
Bump version: 0.4.1 → 0.5.0
1 parent ba0399d commit d634e10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
0.5.0 (unreleased)
4+
0.5.0 (2025-10-24)
55
------------------
66

77
* Added support for Python 3.12-3.14.

clear_html/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"
22
from .clean import clean_node, cleaned_node_to_html, cleaned_node_to_text
33

44
__all__ = ["clean_node", "cleaned_node_to_html", "cleaned_node_to_text"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Tracker = "https://github.com/zytedata/clear-html/issues"
3838
"Release notes" = "https://github.com/zytedata/clear-html/blob/main/CHANGES.rst"
3939

4040
[tool.bumpversion]
41-
current_version = "0.4.1"
41+
current_version = "0.5.0"
4242
commit = true
4343
tag = true
4444
tag_name = "{new_version}"

0 commit comments

Comments
 (0)