Skip to content

Commit

Permalink
This is v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed Nov 7, 2018
1 parent 2452ef9 commit b2a5607
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Zing Changelog
==============

v.next (unreleased)
v0.8.9 (2018-11-07)
-------------------

* Do not use local time for mtime optimizations (#77).
Important: this change won't enable file change optimizations until the next
time `update_stores` is run. This means the first run after this change is
applied will potentially be slow.
* Users will now be able to access export view in cross-language contexts
(permissions apply) (#361).


v0.8.8 (2018-06-12)
Expand Down
2 changes: 1 addition & 1 deletion pootle/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, 8, 'final', 0)
VERSION = (0, 8, 9, 'final', 0)
2 changes: 1 addition & 1 deletion pootle/static/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zing",
"version": "0.8.8",
"version": "0.8.9",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit b2a5607

Please sign in to comment.