updated version (minor)

This commit is contained in:
Luis Aleixo 2024-05-27 10:51:11 +02:00
parent fc03fce082
commit fd8f28f888

View file

@ -42,7 +42,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.15.2"
__version__ = "4.15.3"
LOG = logging.getLogger("Calculator")