Skip to content

Commit 749b33f

Browse files
committed
change published version in new endpoint
1 parent 6e10f40 commit 749b33f

File tree

1 file changed

+1
-1
lines changed
  • services/api-server/src/simcore_service_api_server/api/routes

1 file changed

+1
-1
lines changed

services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def delete_job(
158158
description=create_route_description(
159159
base="Deletes assets associated with an existing solver job. N.B. this renders the solver job un-startable",
160160
changelog=[
161-
FMSG_CHANGELOG_NEW_IN_VERSION.format("0.11"),
161+
FMSG_CHANGELOG_NEW_IN_VERSION.format("0.12"),
162162
],
163163
),
164164
)

0 commit comments

Comments
 (0)