Skip to content

Commit 5adfeba

Browse files
author
Prabhakar Kumar
committed
Update to version 0.2.7
fixed doc link
1 parent b7e414e commit 5adfeba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gui/src/actionCreators/actionCreators.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe('Test Async actionCreators', () => {
217217
it('dispatches REQUEST_ENV_CONFIG, RECEIVE_ENV_CONFIG when fetching environment configuration', () => {
218218
fetchMock.getOnce('/get_env_config', {
219219
body: {
220-
"doc_url": "https://github.com/mathworks/matlab-web-proxy/",
220+
"doc_url": "https://github.com/mathworks/matlab-proxy/",
221221
"extension_name": "default_configuration_matlab_desktop_proxy",
222222
"extension_name_short_description": "MATLAB Web Desktop",
223223
},

matlab_proxy/util/mw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __get_licensing_url():
2020
Returns:
2121
String: Licensing URL
2222
"""
23-
return f"{config['doc_url']}blob/main/MATLAB_Licensing_Info.md"
23+
return f"{config['doc_url']}blob/main/MATLAB-Licensing-Info.md"
2424

2525

2626
async def fetch_entitlements(mhlm_api_endpoint, access_token, matlab_release):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2021 The MathWorks, Inc.
1+
# Copyright 2020-2022 The MathWorks, Inc.
22
import os
33
from setuptools.command.install import install
44
import setuptools
@@ -51,7 +51,7 @@ def run(self):
5151

5252
setuptools.setup(
5353
name="matlab-proxy",
54-
version="0.2.6",
54+
version="0.2.7",
5555
url=config["doc_url"],
5656
author="The MathWorks, Inc.",
5757
author_email="cloud@mathworks.com",

0 commit comments

Comments
 (0)