mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-05 07:35:42 +00:00
Bump version number to 0.7.5 (#3324)
* Bump version number to 0.7.5 * Add fix for stock migration - Ensure the serial number is not too large when performing migration - Add unit test for data migration (cherry picked from commit661fbf0e3d) (cherry picked from commit233446c2bb) * Add similar fixes for PO and SO migrations (cherry picked from commitbde23c130c) (cherry picked from commit4261090e6d) * And similar fix for BuildOrder reference field (cherry picked from commitca0f4e0031) (cherry picked from commit9fa4ee48d6) * Fix for plugin unit testing * Revert test database name (cherry picked from commit53333c29c3) * Override default URL behaviour for unit test (cherry picked from commit2c12a69529)
This commit is contained in:
@@ -12,7 +12,7 @@ import common.models
|
|||||||
from InvenTree.api_version import INVENTREE_API_VERSION
|
from InvenTree.api_version import INVENTREE_API_VERSION
|
||||||
|
|
||||||
# InvenTree software version
|
# InvenTree software version
|
||||||
INVENTREE_SW_VERSION = "0.7.4"
|
INVENTREE_SW_VERSION = "0.7.5"
|
||||||
|
|
||||||
|
|
||||||
def inventreeInstanceName():
|
def inventreeInstanceName():
|
||||||
|
|||||||
Reference in New Issue
Block a user