Skip to content

Commit

Permalink
Set minimum app version
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Nov 3, 2023
1 parent 56b691f commit 3603144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Local
from .celery_configuration import app

MIN_APP_VERSION = (1, 5, 7, 'final', 1)
MIN_APP_VERSION = (1, 5, 6, 'final', 1)

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

0 comments on commit 3603144

Please sign in to comment.