From 2a872add28e8a24e34b8e689b05e80782802586d Mon Sep 17 00:00:00 2001 From: davidvlaminck <“david.vlaminck@mow.vlaanderen.be”> Date: Fri, 6 Dec 2024 23:43:26 +0100 Subject: [PATCH] v2.13.6.0 --- otlmow_model/version_info.json | 12 +++++++++--- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/otlmow_model/version_info.json b/otlmow_model/version_info.json index db507c5cb..75499469d 100644 --- a/otlmow_model/version_info.json +++ b/otlmow_model/version_info.json @@ -1,9 +1,9 @@ { "current": { - "model_version": "2.13.5.0", + "model_version": "2.13.6.0", "otl_version": "2.13.0", - "created_at": "2024-11-23T04:01:10", - "created_by": "automatic_update.py" + "created_at": "2024-12-06T23:41:00", + "created_by": "davidvlaminck" }, "history": { "2.9.2.1": { @@ -353,6 +353,12 @@ "updated_class_model": true, "updated_enums": false, "enums_updated": [] + }, + "2.13.6.0": { + "previous_version": "2.13.5.0", + "updated_class_model": true, + "updated_enums": false, + "enums_updated": [] } } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5ff0af4c6..57662b9fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "otlmow_model" -version = "2.13.5.0" +version = "2.13.6.0" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: Dutch", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance",] requires-python = ">=3.9"