From 42a60150adc79df6bd5f99601401b50a549a5ad7 Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Tue, 12 Apr 2022 15:11:14 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.14.0=20=E2=86=92=202.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- shub/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 223c479d..ef9e445b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.0 +current_version = 2.14.1 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 3733f5cb..f5f856c9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='shub', - version='2.14.0', + version='2.14.1', packages=find_packages(exclude=('tests', 'tests.*')), url=about['DOCS_LINK'], description='Scrapinghub Command Line Client', diff --git a/shub/__init__.py b/shub/__init__.py index 983d3917..d40a454c 100644 --- a/shub/__init__.py +++ b/shub/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.14.0' +__version__ = '2.14.1' # Links to documentation to use over the project sources