File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.8.0rc2
2
+ current_version = 2.8.0rc3
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install --yes git
8
8
9
9
RUN pip install pip --upgrade
10
10
RUN pip install orchestrator-core==${VERSION}
11
+ RUN pip uninstall setup-tools
11
12
12
13
RUN useradd orchestrator
13
14
USER orchestrator
Original file line number Diff line number Diff line change 13
13
14
14
"""This is the orchestrator workflow engine."""
15
15
16
- __version__ = "2.8.0rc2 "
16
+ __version__ = "2.8.0rc3 "
17
17
18
18
from orchestrator .app import OrchestratorCore
19
19
from orchestrator .settings import app_settings
You can’t perform that action at this time.
0 commit comments