diff --git a/CHANGES.md b/CHANGES.md index 98f6fd5600..780066af2f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Zing Changelog ============== -v0.5.4 (in development) ------------------------ +v0.5.4 (2017-12-07) +------------------- * Invoices: added GBP to the list of currencies (#269). diff --git a/pootle/constants.py b/pootle/constants.py index e9f681eb21..0c67da4c91 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, 5, 4, 'beta', 0) +VERSION = (0, 5, 4, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index 791b88f982..3941eae998 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.5.4-beta", + "version": "0.5.4", "license": "GPL-3.0", "repository": { "type": "git",