File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.5.2
2+ current_version = 1.6.0
33commit = True
44tag = True
55tag_name = v{new_version}
66
77[bumpversion:file:setup.py]
88
99[bumpversion:file:parsel/__init__.py]
10-
Original file line number Diff line number Diff line change 55
66__author__ = 'Scrapy project'
778- __version__ = '1.5.2 '
8+ __version__ = '1.6.0 '
99
1010from parsel .selector import Selector , SelectorList # NOQA
1111from parsel .csstranslator import css2xpath # NOQA
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def has_environment_marker_platform_impl_support():
2828install_requires = [
2929 'w3lib>=1.19.0' ,
3030 'lxml' ,
31- 'six>=1.5.2 ' ,
31+ 'six>=1.6.0 ' ,
3232 'cssselect>=0.9'
3333]
3434extras_require = {}
@@ -41,7 +41,7 @@ def has_environment_marker_platform_impl_support():
4141
4242setup (
4343 name = 'parsel' ,
44- version = '1.5.2 ' ,
44+ version = '1.6.0 ' ,
4545 description = "Parsel is a library to extract data from HTML and XML using XPath and CSS selectors" ,
4646 long_description = readme + '\n \n ' + history ,
4747 author = "Scrapy project" ,
You can’t perform that action at this time.
0 commit comments