diff --git a/CHANGES.md b/CHANGES.md index 16f1213355..041785ec25 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Zing Changelog ============== -v.next ------- +v0.8.1 (2018-01-31) +------------------- * Editor: fixed a bug where the Plurr editor would go away and miss its state (#310). diff --git a/pootle/constants.py b/pootle/constants.py index a93ed9cd46..d28aa75c46 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, 8, 0, 'final', 0) +VERSION = (0, 8, 1, 'final', 0) diff --git a/pootle/static/js/package.json b/pootle/static/js/package.json index 0d8b9b3a9f..1b855b6358 100644 --- a/pootle/static/js/package.json +++ b/pootle/static/js/package.json @@ -1,6 +1,6 @@ { "name": "zing", - "version": "0.8.0", + "version": "0.8.1", "license": "GPL-3.0", "repository": { "type": "git",