Skip to content

Commit 7b91ed5

Browse files
committed
This is v0.9.0
1 parent 3722459 commit 7b91ed5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Zing Changelog
22
==============
33

4-
v.next (unreleased)
4+
v0.9.0 (2020-03-09)
55
-------------------
66

77
* BREAKING: Python 3 support, dropped Python 2 support (#377).

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, 9, "final", 0)
10+
VERSION = (0, 9, 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.8.9",
3+
"version": "0.9.0",
44
"license": "GPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)