Skip to content

Commit

Permalink
chore: bump version: 0.13.0rc2 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
determined-dsw committed Aug 21, 2020
1 parent 09cc0d7 commit 5ea6d3b
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0rc2
current_version = 0.13.0
commit = true
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executors:
parameters:
det-version:
type: string
default: 0.13.0rc2
default: 0.13.0

release-and-rc-filters: &release-and-rc-filters
branches:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0rc2
0.13.0
2 changes: 1 addition & 1 deletion cli/determined_cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0rc2"
__version__ = "0.13.0"
4 changes: 2 additions & 2 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="determined-cli",
version="0.13.0rc2",
version="0.13.0",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand All @@ -22,7 +22,7 @@
"ruamel.yaml>=0.15.78",
"tabulate>=0.8.3",
"termcolor==1.1.0",
"determined-common==0.13.0rc2",
"determined-common==0.13.0",
],
entry_points={"console_scripts": ["det = determined_cli.__main__:main"]},
)
2 changes: 1 addition & 1 deletion common/determined_common/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0rc2"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="determined-common",
version="0.13.0rc2",
version="0.13.0",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand Down
2 changes: 1 addition & 1 deletion deploy/determined_deploy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0rc2"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion deploy/determined_deploy/aws/templates/secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master image
Default: 0.13.0rc2
Default: 0.13.0

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion deploy/determined_deploy/aws/templates/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master docker image
Default: 0.13.0rc2
Default: 0.13.0

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion deploy/determined_deploy/aws/templates/vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master image
Default: 0.13.0rc2
Default: 0.13.0

DBPassword:
Type: String
Expand Down
4 changes: 2 additions & 2 deletions deploy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="determined-deploy",
version="0.13.0rc2",
version="0.13.0",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand All @@ -18,7 +18,7 @@
"docker[ssh]>=3.7.3",
"paramiko>=2.4.2", # explicitly pull in paramiko to prevent DistributionNotFound error
"docker-compose>=1.13.0",
"determined-common==0.13.0rc2",
"determined-common==0.13.0",
],
entry_points={"console_scripts": ["det-deploy = determined_deploy.__main__:main"]},
)
2 changes: 1 addition & 1 deletion harness/determined/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0rc2"
__version__ = "0.13.0"
4 changes: 2 additions & 2 deletions harness/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="determined",
version="0.13.0rc2",
version="0.13.0",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand All @@ -16,7 +16,7 @@
install_requires=[
"boto3>=1.9.220",
"cloudpickle==0.5.3",
"determined-common==0.13.0rc2",
"determined-common==0.13.0",
"dill>=0.2.9",
"h5py>=2.9.0",
"lomond>=0.3.3",
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/determined/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0rc2
appVersion: 0.13.0
2 changes: 1 addition & 1 deletion webui/elm/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
}();

let app = Elm.Main.init({ flags: '0.13.0rc2' });
let app = Elm.Main.init({ flags: '0.13.0' });
DetShims.addPorts(app);
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion webui/react/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const webpackConfig = override(
// Webapp version is hardcoded but handled by `bumpversion`
addWebpackPlugin(
new webpack.DefinePlugin({
'process.env.VERSION': '"0.13.0rc2"',
'process.env.VERSION': '"0.13.0"',
'process.env.IS_DEV': JSON.stringify(process.env.NODE_ENV === 'development'),
})
),
Expand Down

0 comments on commit 5ea6d3b

Please sign in to comment.