Skip to content

Commit

Permalink
Bump version: 1.6.0 → 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Nov 1, 2022
1 parent 9557d78 commit 53a45f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.6.0
current_version = 1.7.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
History
-------

1.7.0 (Not released yet)
~~~~~~~~~~~~~~~~~~~~~~~~
1.7.0 (2022-11-01)
~~~~~~~~~~~~~~~~~~

* Add PEP 561-style type information
* Support for Python 2.7, 3.5 and 3.6 is removed
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__ = "info@scrapy.org"
__version__ = "1.6.0"
__version__ = "1.7.0"
__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 @@ -11,7 +11,7 @@

setup(
name="parsel",
version="1.6.0",
version="1.7.0",
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
long_description=readme + "\n\n" + history,
author="Scrapy project",
Expand Down

0 comments on commit 53a45f1

Please sign in to comment.