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

Commit 2805153

Browse files
authored
Merge pull request #41 from VNG-Realisatie/bump_version_0.6.0
bumps: version to 0.6.0
2 parents 925c52c + 6fc1aed commit 2805153

File tree

7 files changed

+1732
-1630
lines changed

7 files changed

+1732
-1630
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 0.5.7
4+
current_version = 0.6.0
55

66
[bumpversion:file:README.rst]
77

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Change history
33
==============
44

5+
0.6.0 (2023-02-15)
6+
==================
7+
8+
* Updated Django to 3.2
9+
* Made the VRL work in line with other apis by adding drf-spectacular
10+
* Added fixtures for procestypen and resultaattypenomschrijvingen
11+
* Added CICD
12+
513
0.5.6 (2020-08-17)
614
==================
715

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VNG-referentielijsten
33
=====================
44

5-
:Version: 0.5.7
5+
:Version: 0.6.0
66
:Source: https://github.com/VNG-Realisatie/VNG-referentielijsten/
77
:Keywords: VNG, VNG-realisatie, referentielijsten, api
88
:PythonVersion: 3.7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vrl",
3-
"version": "0.5.7",
3+
"version": "0.6.0",
44
"description": "vrl referentie-implementatie API",
55
"directories": {"doc": "doc"},
66
"scripts": {"build": "npm run bundle", "bundle": "webpack", "watch": "webpack -w"},

0 commit comments

Comments
 (0)