diff --git a/caimira/apps/calculator/__init__.py b/caimira/apps/calculator/__init__.py index b5a11900..51cc1961 100644 --- a/caimira/apps/calculator/__init__.py +++ b/caimira/apps/calculator/__init__.py @@ -37,7 +37,7 @@ # 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.14.0" +__version__ = "4.14.1" LOG = logging.getLogger(__name__)