Update version.py

Bump to v2.2
This commit is contained in:
Oliver 2021-05-29 17:35:05 +10:00 committed by GitHub
parent 0995ccee67
commit 878e9c1e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import re
import common.models
INVENTREE_SW_VERSION = "0.2.2 pre"
INVENTREE_SW_VERSION = "0.2.2"
"""
Increment thi API version number whenever there is a significant change to the API that any clients need to know about