From 965b9809cfc0171ce4019aba71ec59fe583caba8 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sat, 25 Jul 2015 21:00:22 +0200 Subject: [PATCH] Bump version to 1.6 --- wger/__init__.py | 4 ++-- wger/software/templates/changelog.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wger/__init__.py b/wger/__init__.py index 608dd5311..90fddb583 100644 --- a/wger/__init__.py +++ b/wger/__init__.py @@ -5,8 +5,8 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 6, 0, 'alpha', 1) -RELEASE = False +VERSION = (1, 6, 0, 'final', 1) +RELEASE = True def get_version(version=None, release=None): diff --git a/wger/software/templates/changelog.html b/wger/software/templates/changelog.html index d0ae613e2..85d64b2fe 100644 --- a/wger/software/templates/changelog.html +++ b/wger/software/templates/changelog.html @@ -7,8 +7,8 @@ {% block title %}{% trans "Changelog" %}{% endblock %} {% block content %} -

1.6 - IN DEVELOPMENT

-

2015-XX-XX

+

1.6

+

2015-07-25