From 2ff032ee80b81dbaa3cd2509276793f1ecfa9397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 2 Mar 2018 15:13:41 +0100 Subject: [PATCH] Un-released 2.1.1, there are still some issues with progressive renders --- 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 55fa725..50e8c5a 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.1.1' +__version__ = '2.1.1-dev' diff --git a/publish-online.sh b/publish-online.sh index 9df98a3..c19df0c 100755 --- a/publish-online.sh +++ b/publish-online.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FLAMENCO_VERSION="2.1.1" +FLAMENCO_VERSION="2.1.1-dev" cd dist diff --git a/setup.py b/setup.py index 53f61ca..668c16c 100755 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ if __name__ == '__main__': setuptools.setup( cmdclass={'zip': ZipCommand}, name='flamenco-worker', - version='2.1.1', + version='2.1.1-dev', description='Flamenco Worker implementation', author='Sybren A. Stüvel', author_email='sybren@blender.studio',