Updated CARA version

This commit is contained in:
Luis Aleixo 2021-11-05 14:38:32 +01:00
parent 319030fb65
commit 623af9c92d

View file

@ -33,7 +33,7 @@ from .user import AuthenticatedUser, AnonymousUser
# calculator version. If the calculator needs to make breaking changes (e.g. change # 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 # form attributes) then it can also increase its MAJOR version without needing to
# increase the overall CARA version (found at ``cara.__version__``). # increase the overall CARA version (found at ``cara.__version__``).
__version__ = "3.0.1" __version__ = "3.2.0"
class BaseRequestHandler(RequestHandler): class BaseRequestHandler(RequestHandler):