Skip to content

Commit

Permalink
bump api version due to changed enums
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Sep 30, 2024
1 parent c0823ec commit f6930e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/backend/InvenTree/InvenTree/api_version.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
"""InvenTree API version information."""

# InvenTree API version
INVENTREE_API_VERSION = 262
INVENTREE_API_VERSION = 263

"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""


INVENTREE_API_TEXT = """
263 - 2024-09-30 : https://github.com/inventree/InvenTree/pull/8194
- Adds Sales Order Shipment report
262 - 2024-09-30 : https://github.com/inventree/InvenTree/pull/8220
- Tweak permission requirements for uninstalling plugins via API
Expand Down

0 comments on commit f6930e1

Please sign in to comment.