Increased version number

This commit is contained in:
Luis Aleixo 2022-10-10 16:53:39 +02:00
parent e82f6e58d2
commit a239b4f1ba

View file

@ -33,7 +33,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.4"
__version__ = "4.5"
class BaseRequestHandler(RequestHandler):