Skip to content

Commit

Permalink
Update version.py (#7353)
Browse files Browse the repository at this point in the history
Bump version to 0.15.4
  • Loading branch information
SchrodingersGat authored May 27, 2024
1 parent d4d9aa9 commit e8c9ec0
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.3'
INVENTREE_SW_VERSION = '0.15.4'

# Discover git
try:
Expand Down

0 comments on commit e8c9ec0

Please sign in to comment.