diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af7d243ff56..cd413983411 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.6rc0 +current_version = 0.13.6rc1 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index 568404b633e..c716120db1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ executors: parameters: det-version: type: string - default: 0.13.6rc0 + default: 0.13.6rc1 release-and-rc-filters: &release-and-rc-filters branches: diff --git a/VERSION b/VERSION index 546df7d99d3..86a2f152c67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.6rc0 \ No newline at end of file +0.13.6rc1 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index c526dba6c9e..4b8b935c099 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.13.6rc0" +__version__ = "0.13.6rc1" diff --git a/cli/setup.py b/cli/setup.py index 4a708f5a7ae..8d7e0d8e86f 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.13.6rc0", + version="0.13.6rc1", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -22,7 +22,7 @@ "ruamel.yaml>=0.15.78", "tabulate>=0.8.3", "termcolor==1.1.0", - "determined-common==0.13.6rc0", + "determined-common==0.13.6rc1", ], entry_points={"console_scripts": ["det = determined_cli.__main__:main"]}, ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index c526dba6c9e..4b8b935c099 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.13.6rc0" +__version__ = "0.13.6rc1" diff --git a/common/setup.py b/common/setup.py index dba26528c93..bca1da53a19 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.13.6rc0", + version="0.13.6rc1", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index c526dba6c9e..4b8b935c099 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.13.6rc0" +__version__ = "0.13.6rc1" diff --git a/deploy/determined_deploy/aws/templates/secure.yaml b/deploy/determined_deploy/aws/templates/secure.yaml index 5f04c8a1978..7d9c9ce98f1 100644 --- a/deploy/determined_deploy/aws/templates/secure.yaml +++ b/deploy/determined_deploy/aws/templates/secure.yaml @@ -92,7 +92,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.13.6rc0 + Default: 0.13.6rc1 DBPassword: Type: String diff --git a/deploy/determined_deploy/aws/templates/simple.yaml b/deploy/determined_deploy/aws/templates/simple.yaml index eb5a661043a..c31e8487541 100644 --- a/deploy/determined_deploy/aws/templates/simple.yaml +++ b/deploy/determined_deploy/aws/templates/simple.yaml @@ -58,7 +58,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.13.6rc0 + Default: 0.13.6rc1 DBPassword: Type: String diff --git a/deploy/determined_deploy/aws/templates/vpc.yaml b/deploy/determined_deploy/aws/templates/vpc.yaml index 8b59c0b26b7..7d2b2805b81 100644 --- a/deploy/determined_deploy/aws/templates/vpc.yaml +++ b/deploy/determined_deploy/aws/templates/vpc.yaml @@ -72,7 +72,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.13.6rc0 + Default: 0.13.6rc1 DBPassword: Type: String diff --git a/deploy/setup.py b/deploy/setup.py index a3a94a605b0..a5cc22b92a2 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.13.6rc0", + version="0.13.6rc1", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -19,7 +19,7 @@ "google-api-python-client>=1.12.1", "paramiko>=2.4.2", # explicitly pull in paramiko to prevent DistributionNotFound error "docker-compose>=1.13.0", - "determined-common==0.13.6rc0", + "determined-common==0.13.6rc1", ], entry_points={"console_scripts": ["det-deploy = determined_deploy.__main__:main"]}, ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index c526dba6c9e..4b8b935c099 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.13.6rc0" +__version__ = "0.13.6rc1" diff --git a/harness/setup.py b/harness/setup.py index 8aa539ff10a..de830f755c9 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.13.6rc0", + version="0.13.6rc1", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -16,7 +16,7 @@ install_requires=[ "boto3>=1.9.220", "cloudpickle==0.5.3", - "determined-common==0.13.6rc0", + "determined-common==0.13.6rc1", "dill>=0.2.9", "h5py>=2.9.0", "lomond>=0.3.3", diff --git a/helm/charts/determined/Chart.yaml b/helm/charts/determined/Chart.yaml index 27aa7e39427..8aff6f03da0 100644 --- a/helm/charts/determined/Chart.yaml +++ b/helm/charts/determined/Chart.yaml @@ -9,4 +9,4 @@ home: https://github.com/determined-ai/determined.git # a non-release version (e.g., X.Y.Z.dev0) you will have to specify an # existing official release version (e.g., X.Y.Z) or specify a commit has # that has been publicly published (all commits from master). -appVersion: 0.13.6rc0 +appVersion: 0.13.6rc1 diff --git a/webui/react/config-overrides.js b/webui/react/config-overrides.js index c85a00be992..f260d78d214 100644 --- a/webui/react/config-overrides.js +++ b/webui/react/config-overrides.js @@ -51,7 +51,7 @@ const webpackConfig = override( // Webapp version is hardcoded but handled by `bumpversion` addWebpackPlugin( new webpack.DefinePlugin({ - 'process.env.VERSION': '"0.13.6rc0"', + 'process.env.VERSION': '"0.13.6rc1"', 'process.env.IS_DEV': JSON.stringify(process.env.NODE_ENV === 'development'), }) ),