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
8624fa6e
Commit
8624fa6e
authored
Oct 13, 2022
by
Sam
Browse files
bump: version 1.0.6 → 1.1.0
parent
fb2e1eb8
Pipeline
#1485
passed with stages
in 6 minutes and 10 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.env
View file @
8624fa6e
APP_NAME=monitoring-api
APP_VERSION=1.
0.6
APP_VERSION=1.
1.0
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
CHANGELOG.md
View file @
8624fa6e
## 1.1.0 (2022-10-13)
### Refactor
-
black and isort entire codebase
### Feat
-
remove /api prefix from all urls (handled by proxy)
### Fix
-
enable gcnet/main.py to process URL input data
## 1.0.6 (2022-10-13)
### Fix
...
...
chart/Chart.yaml
View file @
8624fa6e
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.1-chart"
appVersion
:
"
1.
0.6
"
appVersion
:
"
1.
1.0
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
8624fa6e
"""Version File."""
__version__
=
"1.
0.6
"
__version__
=
"1.
1.0
"
monitoring-api/project/settings.py
View file @
8624fa6e
...
...
@@ -160,7 +160,7 @@ REST_FRAMEWORK = {
"DEFAULT_SCHEMA_CLASS"
:
"drf_spectacular.openapi.AutoSchema"
,
}
app_version
=
"1.
0.6
"
app_version
=
"1.
1.0
"
SPECTACULAR_SETTINGS
=
{
"TITLE"
:
"EnviDat Monitoring API"
,
"DESCRIPTION"
:
"Django API for WSL long-term environmental monitoring data."
,
...
...
pyproject.toml
View file @
8624fa6e
...
...
@@ -77,7 +77,7 @@ build-backend = "pdm.pep517.api"
[tool.commitizen]
name
=
"cz_conventional_commits"
version
=
"1.
0.6
"
version
=
"1.
1.0
"
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