Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 11, 2022
1 parent da3a478 commit 9c162dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
:license: GNU GPL, see LICENSE for more details.
"""

MIN_APP_VERSION = (1, 3, 0, 'final', 1)
MIN_APP_VERSION = (1, 5, 0, 'final', 1)

VERSION = (2, 1, 0, 'alpha', 3)
RELEASE = False
VERSION = (2, 1, 0, 'final', 1)
RELEASE = True


def get_version(version=None, release=None):
Expand Down

0 comments on commit 9c162dc

Please sign in to comment.