mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Correct api version numbers (#10081)
This commit is contained in:
		| @@ -1,12 +1,12 @@ | |||||||
| """InvenTree API version information.""" | """InvenTree API version information.""" | ||||||
|  |  | ||||||
| # InvenTree API version | # InvenTree API version | ||||||
| INVENTREE_API_VERSION = 372 | INVENTREE_API_VERSION = 373 | ||||||
|  |  | ||||||
| """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 = """ | ||||||
| v358 -> 2025-06-21 : https://github.com/inventree/InvenTree/pull/9735 | v373 -> 2025-06-21 : https://github.com/inventree/InvenTree/pull/9735 | ||||||
|     - Adds PluginUserSetting model (and associated endpoints) |     - Adds PluginUserSetting model (and associated endpoints) | ||||||
|     - Remove NotificationSetting model (and associated endpoints) |     - Remove NotificationSetting model (and associated endpoints) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user