Skip to content

Commit

Permalink
auto updated class model
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 8, 2024
1 parent 6f3e010 commit 9fa5e84
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
7 changes: 6 additions & 1 deletion otlmow_model/OtlmowModel/Datatypes/KlDynBordRVMSMerk.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ class KlDynBordRVMSMerk(KeuzelijstField):
label='DMS',
status='ingebruik',
definitie='DMS',
objectUri='https://wegenenverkeer.data.vlaanderen.be/id/concept/KlDynBordRVMSMerk/dms')
objectUri='https://wegenenverkeer.data.vlaanderen.be/id/concept/KlDynBordRVMSMerk/dms'),
'swarco': KeuzelijstWaarde(invulwaarde='swarco',
label='Swarco',
status='ingebruik',
definitie='Swarco',
objectUri='https://wegenenverkeer.data.vlaanderen.be/id/concept/KlDynBordRVMSMerk/swarco')
}

@classmethod
Expand Down
7 changes: 6 additions & 1 deletion otlmow_model/OtlmowModel/Datatypes/KlDynBordRVMSModelnaam.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ class KlDynBordRVMSModelnaam(KeuzelijstField):
label='VMS.G1.RGB.96.64S',
status='ingebruik',
definitie='VMS.G1.RGB.96.64S',
objectUri='https://wegenenverkeer.data.vlaanderen.be/id/concept/KlDynBordRVMSModelnaam/vms-g1-rgb-96-64s')
objectUri='https://wegenenverkeer.data.vlaanderen.be/id/concept/KlDynBordRVMSModelnaam/vms-g1-rgb-96-64s'),
'vms1-f-4140x3230-3g-rb-ecofc2': KeuzelijstWaarde(invulwaarde='vms1-f-4140x3230-3g-rb-ecofc2',
label='VMS1.F.4140x3230.3G.RB.ECOFC2',
status='ingebruik',
definitie='VMS1-F-4140x3230-3G-RB-ECOFC2',
objectUri='https://wegenenverkeer.data.vlaanderen.be/id/concept/KlDynBordRVMSModelnaam/vms1-f-4140x3230-3g-rb-ecofc2')
}

@classmethod
Expand Down
15 changes: 12 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.2.0",
"model_version": "2.13.2.1",
"otl_version": "2.13.0",
"created_at": "2024-11-07T07:48:00",
"created_by": "davidvlaminck"
"created_at": "2024-11-08T04:00:56",
"created_by": "automatic_update.py"
},
"history": {
"2.9.2.1": {
Expand Down Expand Up @@ -309,6 +309,15 @@
"updated_class_model": true,
"updated_enums": false,
"enums_updated": []
},
"2.13.2.1": {
"previous_version": "2.13.2.0",
"updated_class_model": false,
"updated_enums": true,
"enums_updated": [
"KlDynBordRVMSMerk",
"KlDynBordRVMSModelnaam"
]
}
}
}
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.2.0"
version = "2.13.2.1"
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 9fa5e84

Please sign in to comment.