diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index b46b69a900..2968a45699 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -195,7 +195,7 @@ jobs: echo "Version: $version" echo "version=$version" >> "$GITHUB_OUTPUT" - name: Extract settings / tags - run: invoke int.export-definitions + run: invoke int.export-definitions --basedir src/backend/InvenTree - name: Upload settings uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4.6.0 with: diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index e7d0e0e2f6..d84fd35737 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -8,7 +8,7 @@ INVENTREE_API_VERSION = 306 INVENTREE_API_TEXT = """ -v3-6 0 2025-01-28 : https://github.com/inventree/InvenTree/pull/8966 +v306 - 2025-01-28 : https://github.com/inventree/InvenTree/pull/8966 - Adds "start_date" to PurchasesOrder API - Adds "start_date" to SalesOrder API - Adds "start_date" to ReturnOrder API