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
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
This file logs the changes that are actually interesting to users (new features, This file logs the changes that are actually interesting to users (new features,
changed functionality, fixed bugs). 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 - Fixed bug in writing ~/.flamenco-worker.cfg
...@@ -15,7 +15,6 @@ changed functionality, fixed bugs). ...@@ -15,7 +15,6 @@ changed functionality, fixed bugs).
location is logged. location is logged.
## Version 2.0.2 (released 2017-04-07) ## Version 2.0.2 (released 2017-04-07)
- Added support for task types. Workers only get tasks of the types they support. - 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__': ...@@ -72,7 +72,7 @@ if __name__ == '__main__':
setuptools.setup( setuptools.setup(
cmdclass={'zip': ZipCommand}, cmdclass={'zip': ZipCommand},
name='flamenco-worker', name='flamenco-worker',
version='2.0.2', version='2.0.4',
description='Flamenco Worker implementation', description='Flamenco Worker implementation',
author='Sybren A. Stüvel', author='Sybren A. Stüvel',
author_email='sybren@blender.studio', 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