From 1b206c0478b7418a628233e9e1fd36eeb4224185 Mon Sep 17 00:00:00 2001 From: Martin Bless Date: Thu, 21 Jan 2021 18:31:45 +0100 Subject: [PATCH] v2.11.1 Update release number --- 10-Toolchain-actions/run_03-Run-action-and-exit.py | 2 +- CHANGES.rst | 7 ++++--- README.rst | 4 ++-- VERSION.txt | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/10-Toolchain-actions/run_03-Run-action-and-exit.py b/10-Toolchain-actions/run_03-Run-action-and-exit.py index 42dbfa7..76ca82b 100755 --- a/10-Toolchain-actions/run_03-Run-action-and-exit.py +++ b/10-Toolchain-actions/run_03-Run-action-and-exit.py @@ -9,7 +9,7 @@ import sys import tct -VERSION = '2.11.0' +VERSION = '2.11.1' params = tct.readjson(sys.argv[1]) binabspath = sys.argv[2] diff --git a/CHANGES.rst b/CHANGES.rst index c4aaec1..aeb487e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,10 +2,11 @@ CHANGES.rst =========== -Release v2.12 -============= +Release v2.11.1 (2021-01-21) +============================ + +* 6064e37 [BUGFIX] in run_64-Process-Html.py -* … Release v2.11.0 (2020-12-10) ============================ diff --git a/README.rst b/README.rst index d123542..cbbc61e 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ RenderDocumentation A Toolchain To Render TYPO3 Documentation ----------------------------------------- -:Version: 2.11.0 -:Date: 2020-12-10 +:Version: 2.11.1 +:Date: 2021-01-21 :Author: Martin Bless :Repository: https://github.com/marble/Toolchain_RenderDocumentation :Target Folder: ~/Toolchains/RenderDocumentation diff --git a/VERSION.txt b/VERSION.txt index d5108d1..b3d657d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,4 @@ -2.11.0 +2.11.1 # ##################################################