summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-04 18:11:49 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-04 18:11:49 +0300
commit833f19a5cd09e805b46b96e5cb93b4d01b2db719 (patch)
treea782bec6ac9f0922e9b2e36cbff50d8e0a52b39b
parent174ffd0967937a97245a5ffa8aa24382ae2388df (diff)
downloadwekan-833f19a5cd09e805b46b96e5cb93b4d01b2db719.tar.gz
wekan-833f19a5cd09e805b46b96e5cb93b4d01b2db719.tar.bz2
wekan-833f19a5cd09e805b46b96e5cb93b4d01b2db719.zip
v3.03v3.03
-rw-r--r--CHANGELOG.md5
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53aa3969..12c5c70b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan Docker/Bundle/Source release
+# v3.03 2019-08-04 Wekan release
This release adds the following new features:
@@ -8,7 +8,8 @@ This release adds the following new features:
Thanks to Akuket.
- [Add admin setting to prevent users to self deleting their account](https://github.com/wekan/wekan/pull/2573).
Thanks to Akuket.
-- [Add Packager.io DEB/RPM Wekan packages for Debian/Ubuntu/CentOS/SLES](https://packager.io/gh/wekan/wekan). Does not work yet, [debugging in progress here](https://github.com/wekan/wekan/issues/2582).
+- [Add Packager.io DEB/RPM Wekan packages for Debian/Ubuntu/CentOS/SLES](https://packager.io/gh/wekan/wekan).
+ Does not work yet, [debugging in progress here](https://github.com/wekan/wekan/issues/2582).
Thanks to xet7 and sfahrenholz.
- [Add setting field LDAP_USER_AUTHENTICATION_FIELD=uid](https://github.com/wekan/wekan/pull/2581).
Thanks to Trekky12.
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 8a358fb4..204dc053 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v3.02.0"
+appVersion: "v3.03.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index a2ba7a34..03ed5b41 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.02.0",
+ "version": "v3.03.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index bb089bdc..d08f4630 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 = 304,
+ appVersion = 305,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.02.0~2019-07-26"),
+ appMarketingVersion = (defaultText = "3.03.0~2019-08-04"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,