Skip to content

Commit

Permalink
Bump version: 0.5.2 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Apr 4, 2024
1 parent 7af8849 commit c573a7e
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.6.0 (YYYY-MM-DD)
0.6.0 (2024-04-04)
------------------

* Moved the Git repository to https://github.com/zytedata/html-text.
Expand Down
2 changes: 1 addition & 1 deletion html_text/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.5.2'
__version__ = '0.6.0'

from .html_text import (etree_to_text, extract_text, selector_to_text,
parse_html, cleaned_selector, cleaner,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.6.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 @@ -12,7 +12,7 @@

setup(
name='html_text',
version='0.5.2',
version='0.6.0',
description="Extract text from HTML",
long_description=readme + '\n\n' + history,
author="Konstantin Lopukhin",
Expand Down

0 comments on commit c573a7e

Please sign in to comment.