mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Bump API version
This commit is contained in:
		| @@ -1,11 +1,15 @@ | |||||||
| """InvenTree API version information.""" | """InvenTree API version information.""" | ||||||
|  |  | ||||||
| # InvenTree API version | # InvenTree API version | ||||||
| INVENTREE_API_VERSION = 178 | INVENTREE_API_VERSION = 179 | ||||||
| """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.""" | ||||||
|  |  | ||||||
| INVENTREE_API_TEXT = """ | INVENTREE_API_TEXT = """ | ||||||
|  |  | ||||||
|  | v179 - 2024-03-01 : https://github.com/inventree/InvenTree/pull/6605 | ||||||
|  |     - Adds "subcategories" count to PartCategory serializer | ||||||
|  |     - Adds "sublocations" count to StockLocation serializer | ||||||
|  |  | ||||||
| v178 - 2024-02-29 : https://github.com/inventree/InvenTree/pull/6604 | v178 - 2024-02-29 : https://github.com/inventree/InvenTree/pull/6604 | ||||||
|     - Adds "external_stock" field to the Part API endpoint |     - Adds "external_stock" field to the Part API endpoint | ||||||
|     - Adds "external_stock" field to the BomItem API endpoint |     - Adds "external_stock" field to the BomItem API endpoint | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user