increased version

This commit is contained in:
Luis Aleixo 2023-12-14 15:45:21 +01:00
parent d3daca23d3
commit ddecd91a85

View file

@ -41,7 +41,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.14.2"
__version__ = "4.14.3"
LOG = logging.getLogger("APP")