diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f365c92..865f523f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v0.33 2017-08-29 Wekan release This release adds the following new features: diff --git a/README.md b/README.md index 174c87c86..370b9ddb2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ one-click installation on various platforms. ## Roadmap +[Roadmap](https://github.com/wekan/wekan/wiki/Roadmap) + Upcoming Wekan App Development Platform will make possible many use cases. If you don't find your feature or integration in GitHub issues and [Features][features] or [Integrations][integrations] diff --git a/meta/keyring b/meta/keyring index b4d585339..50ebb0629 100644 Binary files a/meta/keyring and b/meta/keyring differ diff --git a/meta/wekanteam-pgp-sig b/meta/wekanteam-pgp-sig new file mode 100644 index 000000000..66a5ace76 Binary files /dev/null and b/meta/wekanteam-pgp-sig differ diff --git a/package.json b/package.json index ecf694a0f..cbe181626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.32.0", + "version": "0.33.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index cfc4c2889..c2250fe57 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 20, # Increment this for every release. - appMarketingVersion = (defaultText = "0.32.0~2017-07-30"), + appMarketingVersion = (defaultText = "0.33.0~2017-08-29"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, @@ -63,9 +63,8 @@ const pkgdef :Spk.PackageDefinition = ( categories = [productivity, office], author = ( - upstreamAuthor = "Maxime Quandalle", - contactEmail = "david@sandstorm.io", - pgpSignature = embed "meta/dwrensha-pgp-sig", + contactEmail = "x@xet7.org", + pgpSignature = embed "meta/wekanteam-pgp-sig", ), pgpKeyring = embed "meta/keyring",