We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac2c90 commit d7f6937Copy full SHA for d7f6937
src/backend/InvenTree/InvenTree/api_version.py
@@ -1,11 +1,14 @@
1
"""InvenTree API version information."""
2
3
# InvenTree API version
4
-INVENTREE_API_VERSION = 438
+INVENTREE_API_VERSION = 439
5
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
6
7
INVENTREE_API_TEXT = """
8
9
+v439 -> 2026-01-09 : https://github.com/inventree/InvenTree/pull/11092
10
+ - Add missing nullable annotations
11
+
12
v438 -> 2026-01-09 : https://github.com/inventree/InvenTree/pull/11104
13
- Adds a simpler / faster health check endpoint at /api/system/health/
14
0 commit comments