diff --git a/CHANGELOG.md b/CHANGELOG.md index 558916f44edb06805363a50a5140a34e57a458e0..4e88281fba668f076e1e4babf3c9c5c57ebad469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,14 @@ This file logs the changes that are actually interesting to users (new features, changed functionality, fixed bugs). -## Version 2.0.5 (in development) +## Version 2.0.5 (released 2017-05-09) - Vacuum SQLite database at startup. - Removed `--factory-startup` from the default Blender command. This can be passed 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 diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py index f593cd5bd5cd3b40196f86e70fc33293e89146ba..4c354e07079ec8d52c143cf599e5b411262af12e 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.0.4' +__version__ = '2.0.5' diff --git a/setup.py b/setup.py index a92bf77beb3f29169fb71ffa5c3df7edaa8651f2..2a5a5dab51c22b63c5ac994d9319ba74a6780f86 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ if __name__ == '__main__': setuptools.setup( cmdclass={'zip': ZipCommand}, name='flamenco-worker', - version='2.0.4', + version='2.0.5', description='Flamenco Worker implementation', author='Sybren A. StĂĽvel', author_email='sybren@blender.studio',