From 215079b0bce82c307dc5f74de78c77eb1a8644c7 Mon Sep 17 00:00:00 2001 From: Julen Ruiz Aizpuru Date: Wed, 31 Jan 2018 21:29:36 +0100 Subject: [PATCH] This is v0.8.2 --- CHANGES.md | 4 ++-- pootle/constants.py | 2 +- pootle/static/js/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 597dfdc99a..22d31e6692 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Zing Changelog ============== -v.next ------- +v0.8.2 (2018-01-31) +------------------- * Editor: properly provide source values for determining the editor to be used. diff --git a/pootle/constants.py b/pootle/constants.py index d28aa75c46..20112f9688 100644 --- a/pootle/constants.py +++ b/pootle/constants.py @@ -7,4 +7,4 @@ # or later license. See the LICENSE file for a copy of the license and the # AUTHORS file for copyright and authorship information. -VERSION = (0, 8, 1, 'final', 0) +VERSION = (0, 8, 2, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index 1b855b6358..5b46f955f9 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.8.1", + "version": "0.8.2", "license": "GPL-3.0", "repository": { "type": "git",