Skip to content

Commit d42cb66

Browse files
committed
This is v0.4.0
1 parent c333ee8 commit d42cb66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

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

4-
v0.3.3 (in development)
5-
-----------------------
4+
v0.4.0 (2017-04-06)
5+
-------------------
66

77
* New feature: pending tasks (#252).
88
Administrators can set due dates for projects or resources, which will then be

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, 3, 3, 'beta', 0)
10+
VERSION = (0, 4, 0, '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.3.3-beta",
3+
"version": "0.4.0",
44
"license": "GPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)