From 70fd9e3e0ee275aca25c1398e546865d2eadcc82 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 10 Jan 2025 14:28:39 +0100 Subject: [PATCH] [#513] bump version in various files --- .bumpversion.cfg | 2 +- README.NL.rst | 2 +- README.rst | 2 +- package.json | 2 +- publiccode.yaml | 2 +- src/objecttypes/conf/api.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a808de9..cea8ccf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 2.2.2 +current_version = 3.0.0 [bumpversion:file:README.rst] search = :Version: {current_version} diff --git a/README.NL.rst b/README.NL.rst index 64d70bf..b3d6e9e 100644 --- a/README.NL.rst +++ b/README.NL.rst @@ -2,7 +2,7 @@ Objecttypen API =============== -:Version: 2.2.2 +:Version: 3.0.0 :Source: https://github.com/maykinmedia/objecttypes-api :Keywords: objecten, assets, zaakobjecten diff --git a/README.rst b/README.rst index 79ef3ba..0caef1b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Objecttypes API =============== -:Version: 2.2.2 +:Version: 3.0.0 :Source: https://github.com/maykinmedia/objecttypes-api :Keywords: objects, assets, zaakobjecten diff --git a/package.json b/package.json index 3872a90..2e9f734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objecttypes", - "version": "2.2.2", + "version": "3.0.0", "description": "objecttypes project", "main": "src/objecttypes/static/bundles/objecttypes-js.js", "directories": { diff --git a/publiccode.yaml b/publiccode.yaml index 0877083..f7d3d93 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2' name: Objecttypes API url: 'http://github.com/maykinmedia/objecttypes-api.git' softwareType: standalone/backend -softwareVersion: 2.2.2 +softwareVersion: 3.0.0 releaseDate: '2021-01-13' logo: 'https://github.com/maykinmedia/objects-api/blob/master/docs/logo.png' platforms: diff --git a/src/objecttypes/conf/api.py b/src/objecttypes/conf/api.py index b60726a..b60ccfc 100644 --- a/src/objecttypes/conf/api.py +++ b/src/objecttypes/conf/api.py @@ -1,6 +1,6 @@ from vng_api_common.conf.api import * # noqa - imports white-listed -API_VERSION = "2.2.2" +API_VERSION = "3.0.0" # api settings