updated version

This commit is contained in:
Luis Aleixo 2023-05-03 16:35:01 +02:00
parent 022abad186
commit 7cbe9bb050

View file

@ -35,7 +35,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.8"
__version__ = "4.9"
class BaseRequestHandler(RequestHandler):