updated version

This commit is contained in:
Luis Aleixo 2023-11-17 11:38:15 +01:00
parent fcf0de7115
commit 36d105b358

View file

@ -37,7 +37,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.12.1"
__version__ = "4.13.0"
LOG = logging.getLogger(__name__)