v0.33 , includes new Sandstorm version.

This commit is contained in:
Lauri Ojansivu 2017-08-29 08:10:27 +03:00
parent 31c7ada591
commit ecb4863c39
6 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release # v0.33 2017-08-29 Wekan release
This release adds the following new features: This release adds the following new features:

View file

@ -38,6 +38,8 @@ one-click installation on various platforms.
## Roadmap ## Roadmap
[Roadmap](https://github.com/wekan/wekan/wiki/Roadmap)
Upcoming Wekan App Development Platform will make possible Upcoming Wekan App Development Platform will make possible
many use cases. If you don't find your feature or integration in many use cases. If you don't find your feature or integration in
GitHub issues and [Features][features] or [Integrations][integrations] GitHub issues and [Features][features] or [Integrations][integrations]

Binary file not shown.

BIN
meta/wekanteam-pgp-sig Normal file

Binary file not shown.

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "0.32.0", "version": "0.33.0",
"description": "The open-source Trello-like kanban", "description": "The open-source Trello-like kanban",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 20, appVersion = 20,
# Increment this for every release. # 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. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,
@ -63,9 +63,8 @@ const pkgdef :Spk.PackageDefinition = (
categories = [productivity, office], categories = [productivity, office],
author = ( author = (
upstreamAuthor = "Maxime Quandalle", contactEmail = "x@xet7.org",
contactEmail = "david@sandstorm.io", pgpSignature = embed "meta/wekanteam-pgp-sig",
pgpSignature = embed "meta/dwrensha-pgp-sig",
), ),
pgpKeyring = embed "meta/keyring", pgpKeyring = embed "meta/keyring",