Bump version to 0.12.6 ()

- Skipping 0.12.5 due to an error on the last release
This commit is contained in:
Oliver 2023-08-23 12:22:32 +10:00 committed by GitHub
parent 7876676114
commit 942bc5350d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ from dulwich.repo import NotGitRepository, Repo
from .api_version import INVENTREE_API_VERSION
# InvenTree software version
INVENTREE_SW_VERSION = "0.12.5"
INVENTREE_SW_VERSION = "0.12.6"
# Discover git
try: