mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Update API version
This commit is contained in:
		| @@ -2,11 +2,14 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| # InvenTree API version | # InvenTree API version | ||||||
| INVENTREE_API_VERSION = 101 | INVENTREE_API_VERSION = 102 | ||||||
|  |  | ||||||
| """ | """ | ||||||
| Increment this API version number whenever there is a significant change to the API that any clients need to know about | Increment this API version number whenever there is a significant change to the API that any clients need to know about | ||||||
|  |  | ||||||
|  | v102 -> 2023-03-14 : https://github.com/inventree/InvenTree/pull/4488 | ||||||
|  |     - Adds various endpoints for new "ReturnOrder" models | ||||||
|  |  | ||||||
| v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462 | v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462 | ||||||
|     - Adds 'total_in_stock' to Part serializer, and supports API ordering |     - Adds 'total_in_stock' to Part serializer, and supports API ordering | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user