Skip to content

Commit

Permalink
Bump version: 1.21.0 → 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed May 13, 2020
1 parent c528c6d commit 0c94d0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.21.0
current_version = 1.22.0
commit = True
tag = True
tag_name = v{new_version}
Expand All @@ -9,4 +9,3 @@ tag_name = v{new_version}
[bumpversion:file:w3lib/__init__.py]

[bumpversion:file:docs/conf.py]

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.21.0'
release = '1.22.0'
# The short X.Y version.
version = '.'.join(release.split('.')[:2])

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='w3lib',
version='1.21.0',
version='1.22.0',
license='BSD',
description='Library of web-related functions',
author='Scrapy project',
Expand Down
2 changes: 1 addition & 1 deletion w3lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.21.0"
__version__ = "1.22.0"
version_info = tuple(int(v) if v.isdigit() else v
for v in __version__.split('.'))

0 comments on commit 0c94d0c

Please sign in to comment.