Doc fix, bump version

pull/1662/head
Piero Toffanin 2025-05-05 11:37:10 -04:00
rodzic a14e43e0fe
commit 7982370c8d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -165,7 +165,7 @@ class TaskViewSet(viewsets.ViewSet):
An optional "limit" query param can be passed to limit
the number of lines to be returned
An optional "f" query param can be either: "text" (default) or "json"
An optional "f" query param can be either: "text" (default), "json" or "raw"
"""
get_and_check_project(request, project_pk)
try:

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "WebODM",
"version": "2.8.1",
"version": "2.8.2",
"description": "User-friendly, extendable application and API for processing aerial imagery.",
"main": "index.js",
"scripts": {