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

Bumped version to 2.0.6

parent 346134dd
No related branches found
No related tags found
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.0.6 (in development)
## Version 2.0.6 (released 2017-06-23)
- Fixed incompatibility with attrs version 17.1+.
- Added `--reregister` CLI option to re-register this worker at its Manager.
......
__version__ = '2.0.6-beta1'
__version__ = '2.0.6'
......@@ -84,7 +84,7 @@ if __name__ == '__main__':
setuptools.setup(
cmdclass={'zip': ZipCommand},
name='flamenco-worker',
version='2.0.6-beta1',
version='2.0.6',
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