Skip to content

Commit

Permalink
Declare support for latest IHM dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 4, 2023
1 parent 50e3f43 commit 02fc52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ihm/dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ class _AuditConformDumper(Dumper):
def dump(self, system, writer):
with writer.category("_audit_conform") as lp:
# Update to match the version of the IHM dictionary we support:
lp.write(dict_name="ihm-extension.dic", dict_version="1.22",
dict_location=self.URL % "ac49042")
lp.write(dict_name="ihm-extension.dic", dict_version="1.23",
dict_location=self.URL % "8cffaab")


class _StructDumper(Dumper):
Expand Down

0 comments on commit 02fc52b

Please sign in to comment.