From 498fcaaf09eac246b457a7639044f39d472b7749 Mon Sep 17 00:00:00 2001 From: Michele Cardone Date: Tue, 6 Feb 2018 18:17:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.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 1febc63..c8e7d85 100644 --- a/redmine2jira/__init__.py +++ b/redmine2jira/__init__.py @@ -4,4 +4,4 @@ __author__ = """Michele Cardone""" __email__ = 'michele.cardone82@gmail.com' -__version__ = '0.4.0' +__version__ = '0.5.0' diff --git a/setup.cfg b/setup.cfg index e1a9a94..591c7bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index 95c66bb..4bea1f5 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='redmine2jira', - version='0.4.0', + version='0.5.0', description='Export Redmine issues to file formats compatible ' 'with the JIRA Importers plugin (JIM) ', long_description=readme + '\n\n' + history,