mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Increment API version
This commit is contained in:
		| @@ -4,11 +4,14 @@ InvenTree API version information | |||||||
|  |  | ||||||
|  |  | ||||||
| # InvenTree API version | # InvenTree API version | ||||||
| INVENTREE_API_VERSION = 49 | INVENTREE_API_VERSION = 50 | ||||||
|  |  | ||||||
| """ | """ | ||||||
| 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 | ||||||
|  |  | ||||||
|  | v50 -> 2022-05-18 : https://github.com/inventree/InvenTree/pull/2912 | ||||||
|  |     - Implement Attachments for manufacturer parts | ||||||
|  |  | ||||||
| v49 -> 2022-05-09 : https://github.com/inventree/InvenTree/pull/2957 | v49 -> 2022-05-09 : https://github.com/inventree/InvenTree/pull/2957 | ||||||
|     - Allows filtering of plugin list by 'active' status |     - Allows filtering of plugin list by 'active' status | ||||||
|     - Allows filtering of plugin list by 'mixin' support |     - Allows filtering of plugin list by 'mixin' support | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user