File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.21 .0
2+ current_version = 1.22 .0
33commit = True
44tag = True
55tag_name = v{new_version}
@@ -9,4 +9,3 @@ tag_name = v{new_version}
99[bumpversion:file:w3lib/__init__.py]
1010
1111[bumpversion:file:docs/conf.py]
12-
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The full version, including alpha/beta/rc tags.
58- release = '1.21 .0'
58+ release = '1.22 .0'
5959# The short X.Y version.
6060version = '.' .join (release .split ('.' )[:2 ])
6161
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'w3lib' ,
6- version = '1.21 .0' ,
6+ version = '1.22 .0' ,
77 license = 'BSD' ,
88 description = 'Library of web-related functions' ,
99 author = 'Scrapy project' ,
Original file line number Diff line number Diff line change 1- __version__ = "1.21 .0"
1+ __version__ = "1.22 .0"
22version_info = tuple (int (v ) if v .isdigit () else v
33 for v in __version__ .split ('.' ))
You can’t perform that action at this time.
0 commit comments