Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Feb 10, 2025
1 parent 626c501 commit 6314a62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.7.0 (YYYY-MM-DD)
0.7.0 (2025-02-10)
------------------
* Removed support for Python 3.8.
* Added support for Python 3.13.
Expand Down
2 changes: 1 addition & 1 deletion html_text/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.2"
__version__ = "0.7.0"

from .html_text import (
DOUBLE_NEWLINE_TAGS,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.6.2"
current_version = "0.7.0"
commit = true
tag = true
tag_name = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="html_text",
version="0.6.2",
version="0.7.0",
description="Extract text from HTML",
long_description=readme + "\n\n" + history,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 6314a62

Please sign in to comment.