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
05bfe1cb
Commit
05bfe1cb
authored
Oct 06, 2022
by
Sam
Browse files
bump: version 1.0.1 → 1.0.2
parent
3d3bdb8f
Pipeline
#1451
passed with stages
in 5 minutes and 7 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.env
View file @
05bfe1cb
APP_NAME=monitoring-api
APP_VERSION=1.0.
1
APP_VERSION=1.0.
2
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
CHANGELOG.md
View file @
05bfe1cb
## 1.0.2 (2022-10-06)
### Refactor
-
remove missed spectacular version in pyproject from drf-spectacular
-
remove unused DRF dependency, plus all references in code
-
revert re_paths, drf-spectacular save state before removal
### Fix
-
log format for importers, remove file handler lwf, blacken, isort
-
use re_path for urls to allow slash, add spectacular openapi endpoints (+swagger)
## 1.0.1 (2022-09-29)
### Refactor
...
...
chart/Chart.yaml
View file @
05bfe1cb
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.0-chart"
appVersion
:
"
1.0.
1
"
appVersion
:
"
1.0.
2
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
05bfe1cb
"""Version File."""
__version__
=
"1.0.
1
"
__version__
=
"1.0.
2
"
pyproject.toml
View file @
05bfe1cb
...
...
@@ -75,7 +75,7 @@ build-backend = "pdm.pep517.api"
[tool.commitizen]
name
=
"cz_conventional_commits"
version
=
"1.0.
1
"
version
=
"1.0.
2
"
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