From 5ed35126e9f0fa2819ec69957f9a3778c84ea824 Mon Sep 17 00:00:00 2001 From: Leandro Regueiro Date: Tue, 20 Dec 2016 13:51:04 +0100 Subject: [PATCH] Bump up Pootle version to 2.8.0rc1 --- pootle/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pootle/constants.py b/pootle/constants.py index 1fe35ca3d79..8c9d6c21980 100644 --- a/pootle/constants.py +++ b/pootle/constants.py @@ -6,7 +6,7 @@ # or later license. See the LICENSE file for a copy of the license and the # AUTHORS file for copyright and authorship information. -VERSION = (2, 8, 0, 'beta', 5) +VERSION = (2, 8, 0, 'rc', 1) # Minimum Django version required for Pootle to run. DJANGO_MINIMUM_REQUIRED_VERSION = (1, 10, 4)