Skip to content

Commit

Permalink
Bump version 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica authored May 9, 2024
1 parent d993156 commit 18262a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Changelog for jusText
=====================

3.0.1 (2024-05-09)
------------------
- *BUG FIX:* Fix issue with new version of lxml `#48 <https://github.com/miso-belica/jusText/pull/48>`_.

3.0.0 (2021-10-21)
------------------
- *INCOMPATIBLE CHANGE:* Dropped support for Python 3.4 and below.
Expand Down
2 changes: 1 addition & 1 deletion justext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from .core import justext


__version__ = "3.0.0"
__version__ = "3.0.1"
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 = 3.0.0
current_version = 3.0.1
commit = true
tag = false

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="jusText",
version="3.0.0",
version="3.0.1",
description="Heuristic based boilerplate removal tool",
long_description=long_description,
author="Jan Pomikálek",
Expand Down

0 comments on commit 18262a1

Please sign in to comment.