Skip to content

Commit 53a45f1

Browse files
committed
Bump version: 1.6.0 → 1.7.0
1 parent 9557d78 commit 53a45f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.0
2+
current_version = 1.7.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
History
44
-------
55

6-
1.7.0 (Not released yet)
7-
~~~~~~~~~~~~~~~~~~~~~~~~
6+
1.7.0 (2022-11-01)
7+
~~~~~~~~~~~~~~~~~~
88

99
* Add PEP 561-style type information
1010
* Support for Python 2.7, 3.5 and 3.6 is removed

parsel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="parsel",
14-
version="1.6.0",
14+
version="1.7.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)