Merge branch 'feature/parallel-deposited-exposures-version' into 'master'
Increased calculator (minor) version with parallel computing See merge request caimira/caimira!491
This commit is contained in:
commit
a843c47b83
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,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.14.3"
|
||||
__version__ = "4.15.0"
|
||||
|
||||
LOG = logging.getLogger("Calculator")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue