Skip to content

Commit

Permalink
v2.13.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvlaminck committed Dec 6, 2024
1 parent b6c34be commit 2b9963f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions otlmow_model/version_info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"current": {
"model_version": "2.13.6.0",
"model_version": "2.13.7.0",
"otl_version": "2.13.0",
"created_at": "2024-12-06T23:41:00",
"created_at": "2024-12-07T00:36:00",
"created_by": "davidvlaminck"
},
"history": {
Expand Down Expand Up @@ -359,6 +359,12 @@
"updated_class_model": true,
"updated_enums": false,
"enums_updated": []
},
"2.13.7.0": {
"previous_version": "2.13.6.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.6.0"
version = "2.13.7.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 2b9963f

Please sign in to comment.