From 6c53f2c73c140ca159f2d63a1c930382b70ab9c8 Mon Sep 17 00:00:00 2001 From: Leandro Regueiro Date: Fri, 16 Jun 2017 12:11:21 +0200 Subject: [PATCH] Bump up Pootle version to 2.8.0rc6 --- pootle/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pootle/constants.py b/pootle/constants.py index 3182b099167..d8449166127 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, 'rc', 5) +VERSION = (2, 8, 0, 'rc', 6) # Minimum Django version required for Pootle to run. DJANGO_MINIMUM_REQUIRED_VERSION = (1, 10, 5)