Skip to content

Commit

Permalink
chore: bump version: 0.14.6rc4 -> 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
determined-dsw committed Apr 2, 2021
1 parent 29d9988 commit e472436
Show file tree
Hide file tree
Showing 16 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.14.6rc4
current_version = 0.14.6
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 @@ -23,7 +23,7 @@ executors:
parameters:
det-version:
type: string
default: 0.14.6rc4
default: 0.14.6

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.14.6rc4
0.14.6
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.14.6rc4"
__version__ = "0.14.6"
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.14.6rc4",
version="0.14.6",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand All @@ -13,7 +13,7 @@
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
python_requires=">=3.6",
install_requires=[
"determined==0.14.6rc4",
"determined==0.14.6",
],
entry_points={
"console_scripts": [
Expand Down
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.14.6rc4"
__version__ = "0.14.6"
4 changes: 2 additions & 2 deletions 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.14.6rc4",
version="0.14.6",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand All @@ -14,7 +14,7 @@
python_requires=">=3.5",
package_data={"determined.common": ["py.typed"]},
install_requires=[
"determined==0.14.6rc4",
"determined==0.14.6",
],
zip_safe=False,
)
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.14.6rc4"
__version__ = "0.14.6"
6 changes: 3 additions & 3 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.14.6rc4",
version="0.14.6",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand All @@ -13,8 +13,8 @@
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
python_requires=">=3.6",
install_requires=[
"determined==0.14.6rc4",
"determined-cli==0.14.6rc4",
"determined==0.14.6",
"determined-cli==0.14.6",
],
entry_points={
"console_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.6rc4"
__version__ = "0.14.6"
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master image
Default: 0.14.6rc4
Default: 0.14.6

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

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

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="determined",
version="0.14.6rc4",
version="0.14.6",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
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.14.6rc4"
appVersion: "0.14.6"
2 changes: 1 addition & 1 deletion webui/react/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const webpackConfig = override(
// Webapp version is hardcoded but handled by `bumpversion`
addWebpackPlugin(
new webpack.DefinePlugin({
'process.env.VERSION': '"0.14.6rc4"',
'process.env.VERSION': '"0.14.6"',
'process.env.IS_DEV': JSON.stringify(IS_DEV),
'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS),
})
Expand Down

0 comments on commit e472436

Please sign in to comment.