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

Bumped version to 2.0.5

parent 3cd5b0ff
No related branches found
Tags v2.0-beta10-worker6
No related merge requests found
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
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.5 (in development) ## Version 2.0.5 (released 2017-05-09)
- Vacuum SQLite database at startup. - Vacuum SQLite database at startup.
- Removed `--factory-startup` from the default Blender command. This can be passed - Removed `--factory-startup` from the default Blender command. This can be passed
to the Worker using the {blender} variable definition instead. to the Worker using the {blender} variable definition instead.
## Version 2.0.4 (released 201-05-09) ## Version 2.0.4 (released 2017-05-09)
- Fixed bug in writing ~/.flamenco-worker.cfg - Fixed bug in writing ~/.flamenco-worker.cfg
......
__version__ = '2.0.4' __version__ = '2.0.5'
...@@ -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.4', version='2.0.5',
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.
Finish editing this message first!
Please register or to comment