Skip to content

Commit

Permalink
Release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Apr 27, 2021
2 parents 7f3daea + 46f852e commit 2214181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/tacticalrmm/autotasks/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def delete(self, request, pk):
delete_win_task_schedule.delay(pk=task.pk)
elif task.policy:
delete_policy_autotasks_task.delay(task=task.pk)
task.delete()

return Response(f"{task.name} will be deleted shortly")

Expand Down
2 changes: 1 addition & 1 deletion api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AUTH_USER_MODEL = "accounts.User"

# latest release
TRMM_VERSION = "0.6.4"
TRMM_VERSION = "0.6.5"

# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
Expand Down

0 comments on commit 2214181

Please sign in to comment.