Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from VNG-Realisatie/bump_version_0.6.0
Browse files Browse the repository at this point in the history
bumps: version to 0.6.0
  • Loading branch information
joerivrij authored Feb 15, 2023
2 parents 925c52c + 6fc1aed commit 2805153
Show file tree
Hide file tree
Showing 7 changed files with 1,732 additions and 1,630 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 0.5.7
current_version = 0.6.0

[bumpversion:file:README.rst]

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change history
==============

0.6.0 (2023-02-15)
==================

* Updated Django to 3.2
* Made the VRL work in line with other apis by adding drf-spectacular
* Added fixtures for procestypen and resultaattypenomschrijvingen
* Added CICD

0.5.6 (2020-08-17)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VNG-referentielijsten
=====================

:Version: 0.5.7
:Version: 0.6.0
:Source: https://github.com/VNG-Realisatie/VNG-referentielijsten/
:Keywords: VNG, VNG-realisatie, referentielijsten, api
:PythonVersion: 3.7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vrl",
"version": "0.5.7",
"version": "0.6.0",
"description": "vrl referentie-implementatie API",
"directories": {"doc": "doc"},
"scripts": {"build": "npm run bundle", "bundle": "webpack", "watch": "webpack -w"},
Expand Down
Loading

0 comments on commit 2805153

Please sign in to comment.