File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.5.2
2
+ current_version = 1.6.0
3
3
commit = True
4
4
tag = True
5
5
tag_name = v{new_version}
6
6
7
7
[bumpversion:file:setup.py]
8
8
9
9
[bumpversion:file:parsel/__init__.py]
10
-
Original file line number Diff line number Diff line change 5
5
6
6
__author__ = 'Scrapy project'
7
7
8
- __version__ = '1.5.2 '
8
+ __version__ = '1.6.0 '
9
9
10
10
from parsel .selector import Selector , SelectorList # NOQA
11
11
from 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():
28
28
install_requires = [
29
29
'w3lib>=1.19.0' ,
30
30
'lxml' ,
31
- 'six>=1.5.2 ' ,
31
+ 'six>=1.6.0 ' ,
32
32
'cssselect>=0.9'
33
33
]
34
34
extras_require = {}
@@ -41,7 +41,7 @@ def has_environment_marker_platform_impl_support():
41
41
42
42
setup (
43
43
name = 'parsel' ,
44
- version = '1.5.2 ' ,
44
+ version = '1.6.0 ' ,
45
45
description = "Parsel is a library to extract data from HTML and XML using XPath and CSS selectors" ,
46
46
long_description = readme + '\n \n ' + history ,
47
47
author = "Scrapy project" ,
You can’t perform that action at this time.
0 commit comments