updated version

This commit is contained in:
Luis Aleixo 2022-09-15 16:59:27 +02:00
parent 84b7377dff
commit 127efea738

View file

@ -32,7 +32,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.2"
__version__ = "4.3"
class BaseRequestHandler(RequestHandler):