WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
monitoring-backend
Commits
f1be95d6
Commit
f1be95d6
authored
Oct 17, 2022
by
Sam
Browse files
bump: version 1.1.0 → 1.1.1
parent
304e4b4c
Pipeline
#1499
passed with stages
in 5 minutes and 58 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.env
View file @
f1be95d6
APP_NAME=monitoring-api
APP_VERSION=1.1.
0
APP_VERSION=1.1.
1
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
chart/Chart.yaml
View file @
f1be95d6
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.1-chart"
appVersion
:
"
1.1.
0
"
appVersion
:
"
1.1.
1
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
f1be95d6
"""Version File."""
__version__
=
"1.1.
0
"
__version__
=
"1.1.
1
"
monitoring-api/project/settings.py
View file @
f1be95d6
...
...
@@ -161,7 +161,7 @@ REST_FRAMEWORK = {
"DEFAULT_SCHEMA_CLASS"
:
"drf_spectacular.openapi.AutoSchema"
,
}
app_version
=
"1.1.
0
"
app_version
=
"1.1.
1
"
SPECTACULAR_SETTINGS
=
{
"TITLE"
:
"EnviDat Monitoring API"
,
"DESCRIPTION"
:
"Django API for WSL long-term environmental monitoring data."
,
...
...
pyproject.toml
View file @
f1be95d6
...
...
@@ -78,7 +78,7 @@ build-backend = "pdm.pep517.api"
[tool.commitizen]
name
=
"cz_conventional_commits"
version
=
"1.1.
0
"
version
=
"1.1.
1
"
version_files
=
[
"pyproject.toml:version"
,
"monitoring-api/project/__version__.py"
,
...
...
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