Skip to content

Commit

Permalink
Bump version: 1.9.0 → 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Apr 8, 2024
1 parent a75578e commit 7407342
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.0
current_version = 1.9.1
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

1.9.1 (YYYY-MM-DD)
1.9.1 (2024-04-08)
~~~~~~~~~~~~~~~~~~

* Removed the dependency on ``pytest-runner``.
Expand Down
2 changes: 1 addition & 1 deletion parsel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = "Scrapy project"
__email__ = "[email protected]"
__version__ = "1.9.0"
__version__ = "1.9.1"
__all__ = [
"Selector",
"SelectorList",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="parsel",
version="1.9.0",
version="1.9.1",
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
long_description=readme + "\n\n" + history,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 7407342

Please sign in to comment.