summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-19 14:09:33 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-19 14:09:33 +0300
commit12b08b9915097d63e35d1443277ae0b39c40474a (patch)
tree2062456c966c712f408c89f4e227590c4b513877
parentbd8a8ab90e73fcb19cb266d72bc7a8cd832ddad1 (diff)
downloadwekan-0.96.tar.gz
wekan-0.96.tar.bz2
wekan-0.96.zip
v0.96v0.96
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d884b44d..b5a83d5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
-# Upcoming Wekan release
+# v0.96 2018-05-19 Wekan release
This release adds the following new features:
-* [Custom Fields](https://github.com/wekan/wekan/issues/807).
+* [Custom Fields](https://github.com/wekan/wekan/issues/807). Note: Import/Export is not implemented yet.
and fixes the following bugs:
diff --git a/package.json b/package.json
index 4e0509df..81f3e692 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.95.0",
+ "version": "0.96.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index bd5994e9..b4d4e363 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 = 80,
+ appVersion = 81,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.95.0~2018-05-08"),
+ appMarketingVersion = (defaultText = "0.96.0~2018-05-19"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,