diff --git a/caimira/apps/calculator/__init__.py b/caimira/apps/calculator/__init__.py index 0b014d59..e0a2fd78 100644 --- a/caimira/apps/calculator/__init__.py +++ b/caimira/apps/calculator/__init__.py @@ -38,7 +38,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.12" +__version__ = "4.12.1" LOG = logging.getLogger(__name__)