Skip to content

Commit 890c173

Browse files
committed
This is v0.8.8
1 parent baaf25b commit 890c173

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Zing Changelog
22
==============
33

4-
v.next (unreleased)
5-
--------------------
4+
v0.8.8 (2018-06-12)
5+
-------------------
66

77
* Fixed installation instructions (#348).
88
* Checks: fixed bug where language-specific checks would prevent check stats
@@ -12,7 +12,7 @@ v.next (unreleased)
1212

1313

1414
v0.8.7 (2018-05-29)
15-
--------------------
15+
-------------------
1616

1717
* Due dates: fixed deadlock when updating/deleting deadlines (#340).
1818
* Adding projects/languages via the UI won't trigger creation of translation

pootle/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# or later license. See the LICENSE file for a copy of the license and the
88
# AUTHORS file for copyright and authorship information.
99

10-
VERSION = (0, 8, 7, 'final', 0)
10+
VERSION = (0, 8, 8, 'final', 0)

pootle/static/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zing",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"license": "GPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)