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

Bumped version to 2.0.4

parent 0fb30178
No related branches found
Tags v2.0.4
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.4 (in development)
## Version 2.0.4 (released 201-05-09)
- Fixed bug in writing ~/.flamenco-worker.cfg
......@@ -15,7 +15,6 @@ changed functionality, fixed bugs).
location is logged.
## Version 2.0.2 (released 2017-04-07)
- Added support for task types. Workers only get tasks of the types they support.
......
__version__ = '2.0.2'
__version__ = '2.0.4'
......@@ -72,7 +72,7 @@ if __name__ == '__main__':
setuptools.setup(
cmdclass={'zip': ZipCommand},
name='flamenco-worker',
version='2.0.2',
version='2.0.4',
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.
Finish editing this message first!
Please register or to comment