From 7b91ed54ea40842d6d9f0b14c631b460539f85ff Mon Sep 17 00:00:00 2001 From: Julen Ruiz Aizpuru Date: Mon, 9 Mar 2020 14:28:14 +0100 Subject: [PATCH] This is v0.9.0 --- CHANGES.md | 2 +- pootle/constants.py | 2 +- pootle/static/js/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7b20ec7f9b..c94095edd9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Zing Changelog ============== -v.next (unreleased) +v0.9.0 (2020-03-09) ------------------- * BREAKING: Python 3 support, dropped Python 2 support (#377). diff --git a/pootle/constants.py b/pootle/constants.py index 4aac1bfc4f..229a872778 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, 9, "final", 0) +VERSION = (0, 9, 0, "final", 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index 58034b5df9..54fb8aee38 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.8.9", + "version": "0.9.0", "license": "GPL-3.0", "repository": { "type": "git",