From f26bc0f2afe128df273442e445702934b55032a4 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 23 Mar 2023 15:36:14 +0100 Subject: [PATCH] removed beta from expert app and increased version (minor) --- caimira/apps/calculator/__init__.py | 2 +- caimira/apps/templates/base/index.html.j2 | 2 +- caimira/apps/templates/base/layout.html.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/caimira/apps/calculator/__init__.py b/caimira/apps/calculator/__init__.py index c36e56ec..8399bd9d 100644 --- a/caimira/apps/calculator/__init__.py +++ b/caimira/apps/calculator/__init__.py @@ -35,7 +35,7 @@ from .user import AuthenticatedUser, AnonymousUser # calculator version. If the calculator needs to make breaking changes (e.g. change # form attributes) then it can also increase its MAJOR version without needing to # increase the overall CAiMIRA version (found at ``caimira.__version__``). -__version__ = "4.6" +__version__ = "4.7" class BaseRequestHandler(RequestHandler): diff --git a/caimira/apps/templates/base/index.html.j2 b/caimira/apps/templates/base/index.html.j2 index 835bb7fa..65f19037 100644 --- a/caimira/apps/templates/base/index.html.j2 +++ b/caimira/apps/templates/base/index.html.j2 @@ -32,7 +32,7 @@

- +

diff --git a/caimira/apps/templates/base/layout.html.j2 b/caimira/apps/templates/base/layout.html.j2 index 48bca715..6a2f592c 100644 --- a/caimira/apps/templates/base/layout.html.j2 +++ b/caimira/apps/templates/base/layout.html.j2 @@ -45,7 +45,7 @@