From 0a77e06a4fa4ab53a3c5387e046e520603af13d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu>
Date: Wed, 13 Feb 2019 10:58:04 +0100
Subject: [PATCH] Bumped version to 2.3-dev5

---
 flamenco_worker/__init__.py | 2 +-
 publish-online.sh           | 2 +-
 setup.py                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py
index 1798e1ae..bb86bfa0 100644
--- a/flamenco_worker/__init__.py
+++ b/flamenco_worker/__init__.py
@@ -1 +1 @@
-__version__ = '2.3-dev4'
+__version__ = '2.3-dev5'
diff --git a/publish-online.sh b/publish-online.sh
index 221cf6c2..b471bacf 100755
--- a/publish-online.sh
+++ b/publish-online.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 
-FLAMENCO_VERSION="2.3-dev4"
+FLAMENCO_VERSION="2.3-dev5"
 
 cd dist
 
diff --git a/setup.py b/setup.py
index 3fb38af3..91bb409d 100755
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,7 @@ if __name__ == '__main__':
     setuptools.setup(
         cmdclass={'zip': ZipCommand},
         name='flamenco-worker',
-        version='2.3-dev4',
+        version='2.3-dev5',
         description='Flamenco Worker implementation',
         author='Sybren A. Stüvel',
         author_email='sybren@blender.studio',
-- 
GitLab