We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec0230a + 878c52b commit bfcdde7Copy full SHA for bfcdde7
.bumpversion.cfg
@@ -6,5 +6,7 @@ tag_name = v{new_version}
6
7
[bumpversion:file:setup.py]
8
9
+[bumpversion:file:w3lib/__init__.py]
10
+
11
[bumpversion:file:docs/conf.py]
12
w3lib/__init__.py
@@ -0,0 +1,3 @@
1
+__version__ = "1.14.2"
2
+version_info = tuple(int(v) if v.isdigit() else v
3
+ for v in __version__.split('.'))
0 commit comments