version update
This commit is contained in:
parent
706c352392
commit
96da4cc980
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ from .user import AuthenticatedUser, AnonymousUser
|
||||||
# calculator version. If the calculator needs to make breaking changes (e.g. change
|
# 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
|
# form attributes) then it can also increase its MAJOR version without needing to
|
||||||
# increase the overall CAiMIRA version (found at ``caimira.__version__``).
|
# increase the overall CAiMIRA version (found at ``caimira.__version__``).
|
||||||
__version__ = "4.10"
|
__version__ = "4.11"
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue