2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

fix(backend): api version style (#8989)

* fix api version style

* set base path
This commit is contained in:
Matthias Mair
2025-01-29 22:30:09 +01:00
committed by GitHub
parent f663e008df
commit edc97b1afd
2 changed files with 2 additions and 2 deletions

View File

@ -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