From 140324d59856132556bfe82051f13744e90c765b Mon Sep 17 00:00:00 2001 From: Michele Cardone Date: Sat, 10 Feb 2018 01:12:05 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redmine2jira/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/redmine2jira/__init__.py b/redmine2jira/__init__.py index f47e2fe..659528b 100644 --- a/redmine2jira/__init__.py +++ b/redmine2jira/__init__.py @@ -4,4 +4,4 @@ __author__ = """Michele Cardone""" __email__ = 'michele.cardone82@gmail.com' -__version__ = '0.6.2' +__version__ = '0.7.0' diff --git a/setup.cfg b/setup.cfg index 0c402ab..5076a73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.7.0 commit = True tag = True diff --git a/setup.py b/setup.py index 71aca39..b07694b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name='redmine2jira', - version='0.6.2', + version='0.7.0', description='Export Redmine issues to file formats compatible ' 'with the JIRA Importers plugin (JIM) ', long_description=readme + '\n\n' + history,