mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Update API version info
This commit is contained in:
		@@ -4,11 +4,14 @@ InvenTree API version information
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# InvenTree API version
 | 
					# InvenTree API version
 | 
				
			||||||
INVENTREE_API_VERSION = 40
 | 
					INVENTREE_API_VERSION = 41
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					v41 -> 2022-04-21 : https://github.com/inventree/InvenTree/pull/2833
 | 
				
			||||||
 | 
					    - Adds variant stock information to the Part and BomItem serializers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
v40 -> 2022-04-19
 | 
					v40 -> 2022-04-19
 | 
				
			||||||
    - Adds ability to filter StockItem list by "tracked" parameter
 | 
					    - Adds ability to filter StockItem list by "tracked" parameter
 | 
				
			||||||
        - This checks the serial number or batch code fields
 | 
					        - This checks the serial number or batch code fields
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user