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

This commit is contained in:
Phil Elson 2021-07-13 13:02:28 +02:00
parent db9af9cf04
commit 6aca5164c1
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',