From 4d080185ecb9b3463035c586d2650a33d2f4c68e Mon Sep 17 00:00:00 2001 From: Leandro Regueiro Date: Mon, 11 Sep 2017 17:34:10 +0200 Subject: [PATCH] Bump up Pootle version to 2.9.0b4 --- pootle/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pootle/constants.py b/pootle/constants.py index 82ddf824689..c9b2ebd2f51 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, 9, 0, 'beta', 3) +VERSION = (2, 9, 0, 'beta', 4) # Minimum Django version required for Pootle to run. DJANGO_MINIMUM_REQUIRED_VERSION = (1, 10, 5)