diff --git a/CHANGES.md b/CHANGES.md index b84be43bd2..37a68e734f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Zing Changelog ============== -v0.3.1 (in development) ------------------------ +v0.3.1 (2017-02-15) +------------------- * Fixed reference in static pages which prevented the editor from showing up. * Removed unused `clear_stats` command. Use `flush_cache --stats` instead (#197). diff --git a/pootle/constants.py b/pootle/constants.py index 2161a727d1..37b1a182ee 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, 3, 1, 'beta', 0) +VERSION = (0, 3, 1, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index 4319f6dc83..17cd809909 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.3.1-beta", + "version": "0.3.1", "license": "GPL-3.0", "repository": { "type": "git",