2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

fix api version (#9331)

This commit is contained in:
Matthias Mair
2025-03-17 23:51:33 +01:00
committed by GitHub
parent 2bc2cb6363
commit 6d42789cb2
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ ignore = [
"D417",
# - RUF032 - decimal-from-float-literal
"RUF032",
"RUF045",
# TODO These should be followed up and fixed
# - B904 Within an `except` clause, raise exceptions

View File

@ -8,7 +8,7 @@ INVENTREE_API_VERSION = 325
INVENTREE_API_TEXT = """
v324 - 2024-03-17 : https://github.com/inventree/InvenTree/pull/9244
v325 - 2024-03-17 : https://github.com/inventree/InvenTree/pull/9244
- Adds the option for superusers to list all user tokens
- Make list endpoints sortable, filterable and searchable