Skip to content

Commit 7c8c118

Browse files
committed
Bump version: 1.7.0 → 1.8.0
1 parent f2f0225 commit 7c8c118

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0
2+
current_version = 1.8.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
1.8.0 (YYYY-MM-DD)
6+
1.8.0 (2023-04-18)
77
~~~~~~~~~~~~~~~~~~
88

99
* Add support for JMESPath: you can now create a selector for a JSON document

parsel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = "Scrapy project"
77
__email__ = "[email protected]"
8-
__version__ = "1.7.0"
8+
__version__ = "1.8.0"
99
__all__ = [
1010
"Selector",
1111
"SelectorList",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="parsel",
14-
version="1.7.0",
14+
version="1.8.0",
1515
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
1616
long_description=readme + "\n\n" + history,
1717
author="Scrapy project",

0 commit comments

Comments
 (0)