From 81b1e2df44d39c79043b62740cb31a6f618b23ed Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Wed, 8 Jan 2025 10:58:32 +0100 Subject: [PATCH] [#513] bump version for various files --- .bumpversion.cfg | 2 +- README.NL.rst | 7 +++++-- README.rst | 2 +- docs/api/index.rst | 12 ++++++------ package-lock.json | 4 ++-- package.json | 2 +- publiccode.yaml | 2 +- src/objects/__init__.py | 2 +- src/objects/api/v2/openapi.yaml | 2 +- src/objects/conf/api.py | 2 +- 10 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f2c8fe93..f09e2f58 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 2.4.3 +current_version = 2.5.0 [bumpversion:file:README.rst] diff --git a/README.NL.rst b/README.NL.rst index ffffeb58..0c061490 100644 --- a/README.NL.rst +++ b/README.NL.rst @@ -2,7 +2,7 @@ Objecten API ============ -:Version: 2.4.3 +:Version: 2.5.0 :Source: https://github.com/maykinmedia/objecttypes-api :Keywords: objecten, assets, zaakobjecten @@ -38,7 +38,10 @@ Versie Release datum API specificatie ============== ============== ============================= latest n/a `ReDoc `_, `Swagger `_, - (`verschillen `_) + (`verschillen `_) +2.5.0 2025-01-08 `ReDoc `_, + `Swagger `_ + (`diff `_) 2.4.3 2024-03-22 `ReDoc `_, `Swagger `_ (`verschillen `_) diff --git a/README.rst b/README.rst index 105e8c68..0d4ed14b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Objects API =========== -:Version: 2.4.3 +:Version: 2.5.0 :Source: https://github.com/maykinmedia/objects-api :Keywords: objects, assets, zaakobjecten diff --git a/docs/api/index.rst b/docs/api/index.rst index 81112203..a61a0bcf 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -10,13 +10,13 @@ as of March 1, 2022`_. Their specifications can be found below. ====================== ========================================== API Specification version(s) ====================== ========================================== -`Objecttypes API`_ 2.0.0 ( - `Redoc `__, - `Swagger `__ +`Objecttypes API`_ 2.2.2 ( + `Redoc `__, + `Swagger `__ ) -`Objects API`_ 2.4.3 ( - `Redoc `__, - `Swagger `__ +`Objects API`_ 2.5.0 ( + `Redoc `__, + `Swagger `__ ) ====================== ========================================== diff --git a/package-lock.json b/package-lock.json index 3fb41a6c..e8fa5122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "objects", - "version": "2.4.3", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "objects", - "version": "2.4.3", + "version": "2.5.0", "license": "UNLICENSED", "dependencies": { "microscope-sass": "latest", diff --git a/package.json b/package.json index 622f4bcd..41190f60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objects", - "version": "2.4.3", + "version": "2.5.0", "description": "objects project", "main": "src/objects/static/bundles/objects-js.js", "directories": { diff --git a/publiccode.yaml b/publiccode.yaml index d2e4d661..3d6827a6 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2' name: Objects API url: 'http://github.com/maykinmedia/objects-api.git' softwareType: standalone/backend -softwareVersion: 2.4.3 +softwareVersion: 2.5.0 releaseDate: '2021-01-13' logo: 'https://github.com/maykinmedia/objects-api/blob/master/docs/logo.png' platforms: diff --git a/src/objects/__init__.py b/src/objects/__init__.py index 5f18cdd4..f9b732ce 100644 --- a/src/objects/__init__.py +++ b/src/objects/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app __all__ = ("celery_app",) -__version__ = "2.4.3" +__version__ = "2.5.0" __author__ = "Maykin Media" __homepage__ = "https://github.com/maykinmedia/objects-api" diff --git a/src/objects/api/v2/openapi.yaml b/src/objects/api/v2/openapi.yaml index 7fa40c26..5736214a 100644 --- a/src/objects/api/v2/openapi.yaml +++ b/src/objects/api/v2/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Objects API - version: 2.4.3 + version: 2.5.0 description: | An API to manage Objects. diff --git a/src/objects/conf/api.py b/src/objects/conf/api.py index 5575c3ed..68e28a20 100644 --- a/src/objects/conf/api.py +++ b/src/objects/conf/api.py @@ -1,4 +1,4 @@ -API_VERSION = "2.4.3" +API_VERSION = "2.5.0" # api settings REST_FRAMEWORK = {