From e2b5ac02225d1075f9ed05f4cb727e9d3c6257f1 Mon Sep 17 00:00:00 2001 From: Julen Ruiz Aizpuru Date: Thu, 26 Jan 2017 10:05:32 +0100 Subject: [PATCH] This is v0.2.1 --- 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 15e5aee3d7..d0371f2539 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Zing Changelog ============== -v0.2.1 (in development) ------------------------ +v0.2.1 (2017-01-26) +------------------- * Browsing pages hide empty navigation items by default. Likewise, non-admin users can no longer access empty paths (#129). diff --git a/pootle/constants.py b/pootle/constants.py index 5db9d9c4af..4048f98442 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, 2, 1, 'beta', 0) +VERSION = (0, 2, 1, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index 4153711ba4..b66e6d9358 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.2.1-beta", + "version": "0.2.1", "license": "GPL-3.0", "repository": { "type": "git",