File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.1.0
2
+ current_version = 2.1.1
3
3
commit = True
4
4
tag = True
5
5
tag_name = v{new_version}
Original file line number Diff line number Diff line change 53
53
# built documents.
54
54
#
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '2.1.0 '
56
+ release = '2.1.1 '
57
57
# The short X.Y version.
58
58
version = '.' .join (release .split ('.' )[:2 ])
59
59
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "w3lib" ,
6
- version = "2.1.0 " ,
6
+ version = "2.1.1 " ,
7
7
license = "BSD" ,
8
8
description = "Library of web-related functions" ,
9
9
author = "Scrapy project" ,
Original file line number Diff line number Diff line change 1
- __version__ = "2.1.0 "
1
+ __version__ = "2.1.1 "
2
2
version_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