EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
6ea548bd
Commit
6ea548bd
authored
4 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
fixes for bumpversion
parent
cededaa0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!38
Prepare for 1.0.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.bumpversion.cfg
+4
-0
4 additions, 0 deletions
.bumpversion.cfg
core/setup.py
+1
-1
1 addition, 1 deletion
core/setup.py
testing/Dockerfile
+5
-0
5 additions, 0 deletions
testing/Dockerfile
with
10 additions
and
1 deletion
.bumpversion.cfg
+
4
−
0
View file @
6ea548bd
...
...
@@ -28,6 +28,10 @@ replace = version="{new_version}"
search
=
version="{current_version}"
replace
=
version="{new_version}"
[bumpversion:glob:registrar/setup.py]
search
=
version="{current_version}"
replace
=
version="{new_version}"
[bumpversion:glob:docker-compose*ops.yml]
search
=
:release-{current_version}
replace
=
:release-{new_version}
...
...
This diff is collapsed.
Click to expand it.
core/setup.py
+
1
−
1
View file @
6ea548bd
...
...
@@ -6,7 +6,7 @@ long_description = ""
setup
(
name
=
"
registrar
"
,
# Replace with your own username
version
=
"
0.0
.1
"
,
version
=
"
1.
0.0
-rc.2
"
,
author
=
""
,
author_email
=
""
,
description
=
"
registrar for PVS
"
,
...
...
This diff is collapsed.
Click to expand it.
testing/Dockerfile
+
5
−
0
View file @
6ea548bd
...
...
@@ -26,6 +26,11 @@
#-----------------------------------------------------------------------------
# this image is built manually and pushed to registry.gitlab.eox.at/esa/prism/vs/docker-base-testing
LABEL
name="prism view server docker base image" \
vendor="EOX IT Services GmbH <https://eox.at>" \
license="MIT Copyright (C) 2020 EOX IT Services GmbH <https://eox.at>" \
type="prism view server docker base image" \
version="1.0.0-rc.2"
FROM
docker:19.03.13-dind
...
...
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