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 578abbf..3b028f2 100755 --- a/10-Toolchain-actions/run_03-Run-action-and-exit.py +++ b/10-Toolchain-actions/run_03-Run-action-and-exit.py @@ -11,7 +11,7 @@ import tct import sys -VERSION = '2.6.0' +VERSION = '2.6.1' params = tct.readjson(sys.argv[1]) binabspath = sys.argv[2] diff --git a/CHANGES.rst b/CHANGES.rst index a3eb33b..824b128 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Release v2.6.1 (Jun 23, 2019) ============================= -* [BUGFIX] Use the correct formatter="minimal" with BeautifulSoup +* 75abf03 [BUGFIX] Use the correct formatter="minimal" with BeautifulSoup * 6dbb907 [BUGFIX] Dump the right sitemap-files list for singlehtml diff --git a/README.rst b/README.rst index d971785..cc36353 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ RenderDocumentation A Toolchain To Render TYPO3 Documentation ----------------------------------------- -:Version: 2.6.0 -:Date: 2019-06-22 +:Version: 2.6.1 +:Date: 2019-06-23 :Author: Martin Bless :Repository: https://github.com/marble/Toolchain_RenderDocumentation :Target Folder: ~/Toolchains/RenderDocumentation diff --git a/VERSION.txt b/VERSION.txt index 2ad110f..7f78790 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,4 @@ -2.6.0 +2.6.1 # ##################################################