File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2.0
2+ current_version = 2.2.1
33commit = True
44tag = True
55tag_name = v{new_version}
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The full version, including alpha/beta/rc tags.
57- release = "2.2.0 "
57+ release = "2.2.1 "
5858# The short X.Y version.
5959version = "." .join (release .split ("." )[:2 ])
6060
Original file line number Diff line number Diff line change 55
66setup (
77 name = "w3lib" ,
8- version = "2.2.0 " ,
8+ version = "2.2.1 " ,
99 license = "BSD" ,
1010 description = "Library of web-related functions" ,
1111 long_description = long_description ,
Original file line number Diff line number Diff line change 1- __version__ = "2.2.0 "
1+ __version__ = "2.2.1 "
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