Skip to content

Commit

Permalink
Bump minimum app version
Browse files Browse the repository at this point in the history
Needed because the change of "fibres" to "fiber"
  • Loading branch information
rolandgeider committed May 23, 2024
1 parent e3214eb commit 9e8b555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
# Local
from .celery_configuration import app


MIN_APP_VERSION = (1, 6, 0, 'final', 1)
MIN_APP_VERSION = (1, 7, 3, 'final', 1)

VERSION = (2, 3, 0, 'alpha', 2)
RELEASE = True
Expand Down

0 comments on commit 9e8b555

Please sign in to comment.