diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 20354448..4c70944e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.14.0 +current_version = 1.14.1 commit = True tag = True tag_name = v{new_version} diff --git a/docs/conf.py b/docs/conf.py index 0a4cc79e..209b635c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.14.0' +release = '1.14.1' # The short X.Y version. version = '.'.join(release.split('.')[:2]) diff --git a/setup.py b/setup.py index bb353d7e..3c5312e3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='w3lib', - version='1.14.0', + version='1.14.1', license='BSD', description='Library of web-related functions', author='Scrapy project',