diff --git a/cara/apps/calculator/__init__.py b/cara/apps/calculator/__init__.py index a60d5f74..407382e3 100644 --- a/cara/apps/calculator/__init__.py +++ b/cara/apps/calculator/__init__.py @@ -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.0.1" +__version__ = "3.2.0" class BaseRequestHandler(RequestHandler):