summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-02-03 12:56:09 +0200
committerLauri Ojansivu <x@xet7.org>2018-02-03 12:56:09 +0200
commit79ae90825e155a772124938ed12dd5e373e05f95 (patch)
treecf031d4a87cd861574b9d9cf3577e9ada4ea96b7
parentb0f0bf4a242fee4f1b50db6a7b85efc120324838 (diff)
downloadwekan-0.71.tar.gz
wekan-0.71.tar.bz2
wekan-0.71.zip
v0.71v0.71
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
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,