Skip to content

Commit

Permalink
version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneygijzen committed Sep 7, 2023
1 parent bde4e56 commit eb9fb2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ 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.4.3...HEAD)
## [Unreleased](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.0...HEAD)


## [v0.5.0](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.4.3...v0.5.0) - 2023-09-07

### Added
- OpenAPI request examples
Expand Down
2 changes: 1 addition & 1 deletion src/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def create_app():
info: https://flask.palletsprojects.com/en/1.1.x/patterns/appfactories/
"""
app = APIFlask(
__name__, title="API Nationaal wegenbestand", version="0.4.3"
__name__, title="API Nationaal wegenbestand", version="0.5.0"
)

# Config
Expand Down

0 comments on commit eb9fb2a

Please sign in to comment.