EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
harvester
Commits
2c15eef2
Commit
2c15eef2
authored
Dec 01, 2021
by
Nikola Jankovic
💻
Browse files
Merge branch 'bump2version_update' into 'main'
set optional to alpha See merge request
!3
parents
d8acb640
5193a7e0
Pipeline
#19210
passed with stages
in 2 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
2c15eef2
...
...
@@ -9,8 +9,7 @@ serialize =
tag_name = release-{new_version}
[bumpversion:part:release]
optional_value = final
first_value = alpha
optional_value = alpha
values =
alpha
beta
...
...
setup.cfg
View file @
2c15eef2
...
...
@@ -5,24 +5,4 @@ ignore = W503,E203
[mypy]
exclude = (.venv|build|tests)
[mypy-jsonschema.*]
ignore_missing_imports = True
[mypy-setuptools.*]
ignore_missing_imports = True
[mypy-pystac.*]
ignore_missing_imports = True
[mypy-pygeofilter.*]
ignore_missing_imports = True
[mypy-boto3.*]
ignore_missing_imports = True
[mypy-botocore.*]
ignore_missing_imports = True
[mypy-lxml.*]
ignore_missing_imports = True
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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