Skip to content

Commit d7f6937

Browse files
committed
bump API version
1 parent 0ac2c90 commit d7f6937

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/InvenTree/InvenTree/api_version.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
"""InvenTree API version information."""
22

33
# InvenTree API version
4-
INVENTREE_API_VERSION = 438
4+
INVENTREE_API_VERSION = 439
55
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
66

77
INVENTREE_API_TEXT = """
88
9+
v439 -> 2026-01-09 : https://github.com/inventree/InvenTree/pull/11092
10+
- Add missing nullable annotations
11+
912
v438 -> 2026-01-09 : https://github.com/inventree/InvenTree/pull/11104
1013
- Adds a simpler / faster health check endpoint at /api/system/health/
1114

0 commit comments

Comments
 (0)