Merge branch 'feature/version_update' into 'master'

CARA version update following MR 307

See merge request cara/cara!325
This commit is contained in:
Andre Henriques 2022-02-01 17:35:44 +01:00
commit 584031e006

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 CARA version (found at ``cara.__version__``).
__version__ = "3.3.0"
__version__ = "4.0.0"
class BaseRequestHandler(RequestHandler):