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.
1 parent 4cfad1e commit c16c682Copy full SHA for c16c682
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.13.0
+current_version = 1.14.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
docs/conf.py
@@ -53,7 +53,7 @@
53
# built documents.
54
#
55
# The full version, including alpha/beta/rc tags.
56
-release = '1.13.0'
+release = '1.14.0'
57
# The short X.Y version.
58
version = '.'.join(release.split('.')[:2])
59
setup.py
@@ -3,7 +3,7 @@
setup(
name='w3lib',
6
- version='1.13.0',
+ version='1.14.0',
7
license='BSD',
8
description='Library of web-related functions',
9
author='Scrapy project',
0 commit comments