diff --git a/CHANGES.md b/CHANGES.md index 806135586e..e4857092c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,10 @@ Zing Changelog ============== -v0.5.2 (in development) ------------------------ +v0.5.2 (2017-07-21) +------------------- -* Worked aaround an issue in older versions of Android+Webkit, where timezones +* Worked around an issue in older versions of Android+Webkit, where timezones would be reported as abbreviations, and not as IANA compliant names. This broke client scripts. diff --git a/pootle/constants.py b/pootle/constants.py index 7642dfefe1..9fa96329aa 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, 2, 'beta', 0) +VERSION = (0, 5, 2, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index c55c1226b4..7a63505eee 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.5.2-beta", + "version": "0.5.2", "license": "GPL-3.0", "repository": { "type": "git",