Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flamenco-worker-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
flamenco-worker-python
Commits
f53b22db
Commit
f53b22db
authored
7 years ago
by
Sybren A. Stüvel
Browse files
Options
Downloads
Patches
Plain Diff
Bumped version to 2.0.5
parent
3cd5b0ff
No related branches found
Branches containing commit
Tags
v2.0-beta10-worker6
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-2
2 additions, 2 deletions
CHANGELOG.md
flamenco_worker/__init__.py
+1
-1
1 addition, 1 deletion
flamenco_worker/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
CHANGELOG.md
+
2
−
2
View file @
f53b22db
...
@@ -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 201
7
-05-09)
-
Fixed bug in writing ~/.flamenco-worker.cfg
-
Fixed bug in writing ~/.flamenco-worker.cfg
...
...
This diff is collapsed.
Click to expand it.
flamenco_worker/__init__.py
+
1
−
1
View file @
f53b22db
__version__
=
'
2.0.
4
'
__version__
=
'
2.0.
5
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
f53b22db
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment