File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.1.1
2+ current_version = 2.1.2
33commit = True
44tag = True
55tag_name = v{new_version}
Original file line number Diff line number Diff line change 11w3lib release notes
22===================
33
4- 2.1.2 (YYYY-MM-DD )
4+ 2.1.2 (2023-08-03 )
55------------------
66
77- Fix test failures on Python 3.11.4+ (#212, #213).
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The full version, including alpha/beta/rc tags.
56- release = '2.1.1 '
56+ release = '2.1.2 '
5757# The short X.Y version.
5858version = '.' .join (release .split ('.' )[:2 ])
5959
Original file line number Diff line number Diff line change 33
44setup (
55 name = "w3lib" ,
6- version = "2.1.1 " ,
6+ version = "2.1.2 " ,
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__ = "2.1.1 "
1+ __version__ = "2.1.2 "
22version_info = tuple (int (v ) if v .isdigit () else v for v in __version__ .split ("." ))
You can’t perform that action at this time.
0 commit comments