updated version

This commit is contained in:
lrdossan 2024-07-05 12:17:35 +02:00
parent d3034ffe07
commit e0fa8fd0d2

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.16.0"
__version__ = "4.16.1"
LOG = logging.getLogger("Calculator")