Skip to content

Commit

Permalink
Bump API version
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Oct 20, 2023
1 parent 243a68c commit 73682c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion InvenTree/InvenTree/api_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@


# InvenTree API version
INVENTREE_API_VERSION = 139
INVENTREE_API_VERSION = 140

"""
Increment this API version number whenever there is a significant change to the API that any clients need to know about
v140 -> 2023-10-20 : https://github.com/inventree/InvenTree/pull/5664
- Expand API token functionality
- Multiple API tokens can be generated per user
v139 -> 2023-10-11 : https://github.com/inventree/InvenTree/pull/5509
- Add new BarcodePOReceive endpoint to receive line items by scanning supplier barcodes
Expand Down

0 comments on commit 73682c3

Please sign in to comment.