Skip to content

Commit 34435d0

Browse files
committed
Bump version: 1.17.0 → 1.18.0
1 parent 60b5f88 commit 34435d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.17.0
2+
current_version = 1.18.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# built documents.
5454
#
5555
# The full version, including alpha/beta/rc tags.
56-
release = '1.17.0'
56+
release = '1.18.0'
5757
# The short X.Y version.
5858
version = '.'.join(release.split('.')[:2])
5959

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='w3lib',
6-
version='1.17.0',
6+
version='1.18.0',
77
license='BSD',
88
description='Library of web-related functions',
99
author='Scrapy project',

w3lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.17.0"
1+
__version__ = "1.18.0"
22
version_info = tuple(int(v) if v.isdigit() else v
33
for v in __version__.split('.'))

0 commit comments

Comments
 (0)