Skip to content

Commit

Permalink
v2.13.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvlaminck committed Dec 6, 2024
1 parent 6a302c5 commit b04db4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion otlmow_model/version_info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"current": {
"model_version": "2.13.4.1",
"model_version": "2.13.5.0",
"otl_version": "2.13.0",
"created_at": "2024-11-23T04:01:10",
"created_by": "automatic_update.py"
Expand Down Expand Up @@ -347,6 +347,12 @@
"enums_updated": [
"KlDraagconstructieDwarsdoorsnede"
]
},
"2.13.5.0": {
"previous_version": "2.13.4.1",
"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.4.1"
version = "2.13.5.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 b04db4f

Please sign in to comment.