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:
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user