From 0eb05667a9ceeb4d7cab1d04d8ef8e0d7d091adc Mon Sep 17 00:00:00 2001 From: trgiangdo Date: Sun, 18 Jun 2023 00:03:45 +0700 Subject: [PATCH 1/2] fix: missing 3 double quotes at the beginning of the main file of the default template --- .../{{cookiecutter.application_main_file}} | 1 + 1 file changed, 1 insertion(+) diff --git a/src/taipy/templates/taipy-default-template/{{cookiecutter.application_name}}/{{cookiecutter.application_main_file}} b/src/taipy/templates/taipy-default-template/{{cookiecutter.application_name}}/{{cookiecutter.application_main_file}} index 95d7827..61388f6 100644 --- a/src/taipy/templates/taipy-default-template/{{cookiecutter.application_name}}/{{cookiecutter.application_main_file}} +++ b/src/taipy/templates/taipy-default-template/{{cookiecutter.application_name}}/{{cookiecutter.application_main_file}} @@ -1,3 +1,4 @@ +""" A single-page Taipy application. Please refer to https://docs.taipy.io/en/latest/manuals/gui/ for more details. From 30717c467502e29302a88b9185a03513421b2f82 Mon Sep 17 00:00:00 2001 From: trgiangdo Date: Sun, 18 Jun 2023 00:05:41 +0700 Subject: [PATCH 2/2] update version.json to 2.3.1 --- src/taipy/templates/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taipy/templates/version.json b/src/taipy/templates/version.json index 30996d6..95cfa21 100644 --- a/src/taipy/templates/version.json +++ b/src/taipy/templates/version.json @@ -1 +1 @@ -{"major": 2, "minor": 3, "patch": 0} +{"major": 2, "minor": 3, "patch": 1}