Changing version number

This commit is contained in:
Nicolas Mounet 2022-04-05 19:46:00 +02:00
parent ac92c99098
commit cb634102ca

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__ = "4.1.0"
__version__ = "4.1.1"
class BaseRequestHandler(RequestHandler):