Skip to content

Commit

Permalink
Merge pull request #33 from GemeenteUtrecht/feature/maintenance-2024-…
Browse files Browse the repository at this point in the history
…07-05

Maintenance run 2024-07-05
  • Loading branch information
sidneygijzen authored Jul 5, 2024
2 parents 863c075 + b74be88 commit 34a1084
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.9...HEAD)
## [Unreleased](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.6.0...HEAD)


## [v0.6.0](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.9...v0.6.0) - 2024-07-05

### Changed
- show min and max values for a field on the `/docs` page

### Fixed
- updated dependencies


## [v0.5.9](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.8...v0.5.9) - 2024-06-06

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ click==8.1.7
# via
# black
# flask
coverage==7.5.3
coverage==7.5.4
# via pytest-cov
flake8==7.0.0
flake8==7.1.0
# via -r requirements.in
flask==3.0.3
# via
Expand Down Expand Up @@ -50,7 +50,7 @@ mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
packaging==24.0
packaging==24.1
# via
# apispec
# black
Expand All @@ -66,7 +66,7 @@ pluggy==1.5.0
# via pytest
psycopg2-binary==2.9.9
# via -r requirements.in
pycodestyle==2.11.1
pycodestyle==2.12.0
# via flake8
pyflakes==3.2.0
# via flake8
Expand Down
2 changes: 1 addition & 1 deletion src/config/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

app_name = "API Nationaal wegenbestand"
app_version = "0.5.9"
app_version = "0.6.0"

DOCS_FAVICON = "/static/favicon.svg"

Expand Down

0 comments on commit 34a1084

Please sign in to comment.