Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Jan 19, 2021
1 parent 7d446c5 commit 1d06b00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pkdb_app/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Definition of version string.
"""
__version__ = "0.9.4"
__version__ = "0.9.5"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkdb",
"version": "0.9.2",
"version": "0.9.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 2 additions & 0 deletions release-notes/0.9.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

## Fixes
- interventions were missing in download (#683)
- bugfixes and additional validation rules
- security updates


0 comments on commit 1d06b00

Please sign in to comment.