From 45b8e9c60f31f617799aaa248bf13954933528ab Mon Sep 17 00:00:00 2001 From: Gustavo Ramos Rehermann Date: Wed, 23 Aug 2023 18:40:09 -0300 Subject: [PATCH] Bump indec version to 2.13.8 --- changelog.json | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"