Skip to content

Commit

Permalink
v2.13.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvlaminck committed Dec 6, 2024
1 parent 89328d1 commit 2a872ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions otlmow_model/version_info.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": []
}
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a872ad

Please sign in to comment.