Merge branch 'maint/major_cara_version_update' into 'master'

Increment the major version of the CARA model and the calculator.

See merge request cara/cara!220
This commit is contained in:
Gabriella Azzopardi 2021-07-13 11:14:41 +00:00
commit a966a03dd1
3 changed files with 3 additions and 3 deletions

View file

@ -5,4 +5,4 @@ Documentation for the CARA package
"""
__version__ = "0.0.1.dev0"
__version__ = "1.0.0"

View file

@ -30,7 +30,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__ = "1.5.1"
__version__ = "2.0.0"
class BaseRequestHandler(RequestHandler):

View file

@ -49,7 +49,7 @@ REQUIREMENTS: dict = {
setup(
name='CARA',
version="0.0.1.dev0",
version="1.0.0",
maintainer='Andre Henriques',
maintainer_email='andre.henriques@cern.ch',