Skip to content
Snippets Groups Projects
Commit a61dcf67 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Bumped version to 2.1.0

parent 58f709be
No related branches found
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
This file logs the changes that are actually interesting to users (new features,
changed functionality, fixed bugs).
## Version 2.1.0 (in development)
## Version 2.1.0 (2018-01-04)
- Worker can now be told to go to sleep by the Manager. In that case task execution
stops (because /may-i-run/{task-id} returns 'no') and new tasks are no longer given.
......
__version__ = '2.1.0-dev'
__version__ = '2.1.0'
#!/bin/bash -e
FLAMENCO_VERSION="2.1.0-dev"
FLAMENCO_VERSION="2.1.0"
cd dist
......
......@@ -84,7 +84,7 @@ if __name__ == '__main__':
setuptools.setup(
cmdclass={'zip': ZipCommand},
name='flamenco-worker',
version='2.1.0-dev',
version='2.1.0',
description='Flamenco Worker implementation',
author='Sybren A. Stüvel',
author_email='sybren@blender.studio',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment