Skip to content

Commit

Permalink
Merge pull request #23 from Gerrritvt/add-xsd-namespace
Browse files Browse the repository at this point in the history
add xsd namespace
  • Loading branch information
guillaume-alliander authored Oct 6, 2023
2 parents 832c1dd + 67c7d1c commit 590a858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pycgmes/resources/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class DataclassConfig: # pylint: disable=too-few-public-methods
"entsoe": "http://entsoe.eu/CIM/SchemaExtension/3/1#",
"md": "http://iec.ch/TC57/61970-552/ModelDescription/1#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
}


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "pycgmes"
version = "1.0.1"
version = "1.0.2"
description = "Python dataclasses for CGMES 3.0.0"
authors = ["pycgmes <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 590a858

Please sign in to comment.