diff --git a/CHANGES.md b/CHANGES.md index 4715821a5f..70f2b682f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Zing Changelog ============== -v0.4.1 (in development) ------------------------ +v0.4.1 (2017-04-25) +------------------- * Fixed browsing pages for fully untranslated stores. diff --git a/pootle/constants.py b/pootle/constants.py index 24adb4675f..167622b6d0 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, 4, 1, 'beta', 0) +VERSION = (0, 4, 1, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index b7921566d2..05066c02ff 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.4.1-beta", + "version": "0.4.1", "license": "GPL-3.0", "repository": { "type": "git",