Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python client and ui version to 0.10.4-rc5 #1051

Merged
merged 1 commit into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion feathr_project/feathr/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.4-rc1"
__version__ = "0.10.4-rc5"

def get_version():
return __version__
Expand Down
2 changes: 1 addition & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
print("Failed to load Feathr version file for packaging.",
file=sys.stderr)
# Temp workaround for conda build. For long term fix, Jay will need to update manifest.in file.
VERSION = "0.10.4-rc1"
VERSION = "0.10.4-rc5"

VERSION = __version__ # noqa
os.environ["FEATHR_VERSION"] = VERSION
Expand Down
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feathr-ui",
"version": "0.10.4-rc1",
"version": "0.10.4-rc5",
"private": true,
"scripts": {
"start": "craco start",
Expand Down