EOX GitLab Instance
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
scheduler
Commits
865696dc
Commit
865696dc
authored
Oct 13, 2021
by
Nikola Jankovic
💻
Browse files
Bump version: 2.0.0-alpha.2 → 2.0.0
parent
b2f8b45c
Pipeline
#17496
failed with stages
in 1 minute and 29 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
865696dc
[bumpversion]
current_version = 2.0.0
-alpha.2
current_version = 2.0.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
...
...
Dockerfile
View file @
865696dc
...
...
@@ -43,4 +43,4 @@ RUN python3 setup.py install
CMD
["./run-scheduler.sh"]
LABEL
version="2.0.0
-alpha.2
"
LABEL
version="2.0.0"
chart/Chart.yaml
View file @
865696dc
...
...
@@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion
:
"
2.0.0
-alpha.2
"
appVersion
:
"
2.0.0"
setup.py
View file @
865696dc
...
...
@@ -5,7 +5,7 @@ long_description = ""
setup
(
name
=
"scheduler"
,
version
=
"2.0.0
-alpha.2
"
,
version
=
"2.0.0"
,
author
=
""
,
author_email
=
""
,
description
=
"scheduler for PVS"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment