Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
Bump version to 0.15.1
  • Loading branch information
SchrodingersGat authored May 14, 2024
1 parent 7df92aa commit 258b8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/InvenTree/InvenTree/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION

# InvenTree software version
INVENTREE_SW_VERSION = '0.15.0'
INVENTREE_SW_VERSION = '0.15.1'

# Discover git
try:
Expand Down

0 comments on commit 258b8e4

Please sign in to comment.