From d9e5b419ddfdc3403cd31dfeeb81ad52be1e4e89 Mon Sep 17 00:00:00 2001 From: Jakob de Maeyer Date: Mon, 22 May 2017 12:27:35 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.5.1=20=E2=86=92=202.6.0?= 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 0b5dd017..0d7b8fbb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.1 +current_version = 2.6.0 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 9ab93ed6..d4c55ccc 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='shub', - version='2.5.1', + version='2.6.0', packages=find_packages(exclude=('tests', 'tests.*')), url='http://doc.scrapinghub.com/shub.html', description='Scrapinghub Command Line Client', diff --git a/shub/__init__.py b/shub/__init__.py index b8c54948..f0e5e1ea 100644 --- a/shub/__init__.py +++ b/shub/__init__.py @@ -1 +1 @@ -__version__ = '2.5.1' +__version__ = '2.6.0'