From 87e1f26101bf448262f1a875b51b43f1b313dfb0 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 10 Jun 2020 13:27:46 +0200
Subject: [PATCH] Bump version.

---
 .gitlab-ci.yml   | 4 ++--
 ogscm/version.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6cd285..812927b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,8 @@ publish:
   tags: ['docker-shell']
   stage: deploy
   rules:
-    - changes:
-        - version.py
+    - if: '$CI_COMMIT_TAG != ""'
   script:
+    - pip install twine
     - python setup.py sdist
     - twine upload dist/*
diff --git a/ogscm/version.py b/ogscm/version.py
index 0a999ca..22c3261 100644
--- a/ogscm/version.py
+++ b/ogscm/version.py
@@ -1,3 +1,3 @@
 from __future__ import absolute_import
 
-__version__ = '1.4.3'
+__version__ = '1.5.0'
-- 
GitLab