increased version number

This commit is contained in:
Luis Aleixo 2022-12-15 16:22:27 +00:00
parent 2a481c1500
commit 371145c062

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.5"
__version__ = "4.6"
class BaseRequestHandler(RequestHandler):