Skip to content

Commit

Permalink
feature: new history model for zaaktype/informatieobjecttype/besluittype
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBekendam committed Mar 22, 2023
1 parent 9588e26 commit 396c3b1
Show file tree
Hide file tree
Showing 32 changed files with 7,559 additions and 6,564 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 = 1.2.1
current_version = 1.3.0-rc1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(rc|alpha))+(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{build}
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 @@
Catalogi API
============

:Version: 1.2.1
:Version: 1.3.0-rc1
:Source: https://github.com/VNG-Realisatie/zaaktypecataloguscomponent
:Keywords: zaaktypen, ztc, imztc, ztc2, ztcaas, saas, rest, api

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": "ztc",
"version": "1.2.1",
"version": "1.3.0-rc1",
"description": "ztc referentie-implementatie API",
"directories": {"doc": "doc"},
"scripts": {"build": "npm run bundle", "bundle": "webpack", "watch": "webpack -w"},
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ django-filter~=21.1
djangorestframework-camel-case
drf_spectacular

vng-api-common==2.0.4
vng_api_common==2.0.4
drf-flex-fields
django-cors-middleware
drf-writable-nested
Loading

0 comments on commit 396c3b1

Please sign in to comment.