diff --git a/changelog.json b/changelog.json index 91d3a9e..d211b0e 100644 --- a/changelog.json +++ b/changelog.json @@ -355,6 +355,12 @@ "Allow #### (sprite name) and # (frame name)", "Fix parsing of state modifiers with parentheses (e.g. Offset)" ] + }, + { + "name": "2.13.8", + "changes": [ + "Fix frames with '####' not being processed" + ] } ] } diff --git a/pyproject.toml b/pyproject.toml index 668091e..dd9daec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zdcode" -version = "2.13.7" +version = "2.13.8" description = "A ZDoom DECORATE transpiler and mod content build system" authors = ["wallabra "] license = "MIT"