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.2.0
2
+ current_version = 2.2.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 54
54
# built documents.
55
55
#
56
56
# The full version, including alpha/beta/rc tags.
57
- release = "2.2.0 "
57
+ release = "2.2.1 "
58
58
# The short X.Y version.
59
59
version = "." .join (release .split ("." )[:2 ])
60
60
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "w3lib" ,
8
- version = "2.2.0 " ,
8
+ version = "2.2.1 " ,
9
9
license = "BSD" ,
10
10
description = "Library of web-related functions" ,
11
11
long_description = long_description ,
Original file line number Diff line number Diff line change 1
- __version__ = "2.2.0 "
1
+ __version__ = "2.2.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