From f2e74ae1ce382a372656a932429d5100a4c7858f Mon Sep 17 00:00:00 2001 From: Julen Ruiz Aizpuru Date: Wed, 2 May 2018 10:51:52 +0200 Subject: [PATCH] This is v0.8.5 --- 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 b411a7efa3..223ef7131b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Zing Changelog ============== -v.next (unreleased) -------------------- +v.0.8.5 (2018-05-02) +-------------------- * Fixed bug which prevented adding static pages (#331). diff --git a/pootle/constants.py b/pootle/constants.py index 848e39d2f0..79cd67abcd 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, 4, 'final', 0) +VERSION = (0, 8, 5, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index 2be77bbd4a..3d73ddc782 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.8.4", + "version": "0.8.5", "license": "GPL-3.0", "repository": { "type": "git",