Skip to content

Commit

Permalink
Update to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhakk-mw committed Sep 18, 2024
1 parent 0001264 commit 0ca7da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matlab_proxy/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ async def shutdown_integration_delete(req):
"""
state = req.app["state"]

logger.info(f"Going ahead with shutdown of {state.settings['integration_name']}...")
logger.info(f"Shutting down {state.settings['integration_name']}...")

# Send response manually because this has to happen before the application exits
res = create_status_response(req.app, "../")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run(self):

setuptools.setup(
name="matlab-proxy",
version="0.21.0",
version="0.22.0",
url=config["doc_url"],
author="The MathWorks, Inc.",
author_email="[email protected]",
Expand Down

0 comments on commit 0ca7da2

Please sign in to comment.