From 045af50f99e57a6b45e2b95343b7a14038c1d0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Tue, 6 Feb 2024 23:18:19 +0100 Subject: [PATCH] Mention the API version bump in CONTRIBUTION.md (#6436) * Mention the API version bump in CONTRIBUTION.md * Update CONTRIBUTING.md --------- Co-authored-by: Oliver --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78fd74a5b1..b079f12437 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,6 +79,10 @@ The HEAD of the "stable" branch represents the latest stable release code. - When approved, the branch is merged back *into* stable, with an incremented PATCH number (e.g. 0.4.1 -> 0.4.2) - The bugfix *must* also be cherry picked into the *master* branch. +## API versioning + +The [API version](https://github.com/inventree/InvenTree/blob/master/InvenTree/InvenTree/api_version.py) needs to be bumped every time when the API is changed. + ## Environment ### Target version We are currently targeting: