From 669c2f38611f3f45a5b5aab2f04c27c00c614009 Mon Sep 17 00:00:00 2001 From: Erik Turk Date: Mon, 5 Feb 2018 10:58:13 -0500 Subject: Revert "Revert "v0.71"" This reverts commit 6a93a93d0b9054b354a2d9f75c013dca9380cf10. --- CHANGELOG.md | 6 +++--- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9c8a19..a181d45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Upcoming Wekan release +# v0.71 2018-02-03 Wekan release -This release fixes following bugs: +This release fixes the following bugs: - [Fix Welcome board is not editable: Added default swimlane to Welcome board](https://github.com/wekan/wekan/commit/9df3e3d26bffb2268cdcc7fa768eda60e4f0975c). - [Fix Import Wekan board with swimlanes](https://github.com/wekan/wekan/commit/ec0a8449ba98aea708e484d386e5a209e2be8fff). @@ -14,7 +14,7 @@ This release adds the following new features: - [Add ability to edit swimlane name](https://github.com/wekan/wekan/commit/3414cb84ad8ac800e23bbda6ce12822f40d1bd19); - [Add swimlane popup menu and archive icon](https://github.com/wekan/wekan/commit/5953fb8a44a3582ed0d8816ffb32a5b7f41f50a3). -and fixes following bugs: +and fixes the following bugs: - [Two empty columns in swimlane view](https://github.com/wekan/wekan/issues/1459). diff --git a/package.json b/package.json index f2e026d1..e1f541ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.70.0", + "version": "0.71.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 2f1ee692..ec33db58 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 55, + appVersion = 56, # Increment this for every release. - appMarketingVersion = (defaultText = "0.70.0~2018-02-02"), + appMarketingVersion = (defaultText = "0.71.0~2018-02-03"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, -- cgit v1.2.3-1-g7c22