From ab22c104943d6d351b21fd7c2734b28d61ae3d6f Mon Sep 17 00:00:00 2001 From: Ken Lauer Date: Mon, 30 Oct 2023 14:06:01 -0700 Subject: [PATCH] ENH: add TwinCAT tsproj version info --- templates/versions.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/templates/versions.rst b/templates/versions.rst index dccb8c2..fe9a5e9 100644 --- a/templates/versions.rst +++ b/templates/versions.rst @@ -33,6 +33,26 @@ {% endfor %} {% endfor %} +TwinCAT Versions +================ + +This summary was generated |today|. + +.. list-table:: + :header-rows: 1 + + * - Project + - TwinCAT Version + - Pinned + +{% for project in projects.values() | sort(attribute="git_info.repo_slug") %} + * - {{ project.git_info.repo_slug }} + - {{ project.attributes.TcVersion }} + - {{ project.attributes.TcVersionFixed }} + +{% endfor %} + + Dependencies ============