Skip to content

Commit

Permalink
Set version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Dec 16, 2014
1 parent c8f1146 commit bf3237f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wger/__init__.py
Expand Up @@ -5,8 +5,8 @@
:license: GNU GPL, see LICENSE for more details.
"""

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


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

0 comments on commit bf3237f

Please sign in to comment.