2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Bump API version

This commit is contained in:
Oliver
2024-03-01 04:23:22 +00:00
parent 0d8a863dab
commit fa7c97bedf

View File

@ -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