mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
Merge branch 'kubiko-devel' into devel
Ubuntu snap: Use version scriptlet. Thanks to kubiko !
This commit is contained in:
commit
4586be46f7
2 changed files with 5 additions and 3 deletions
|
|
@ -5,9 +5,10 @@ This release adds the following new features:
|
|||
* [Add Bounties and Commercial Support to wiki](https://github.com/wekan/wekan/wiki);
|
||||
* [Add display Wekan version number and runtime
|
||||
environment to Admin Panel](https://github.com/wekan/wekan/pull/1156);
|
||||
* [Change Email address](https://github.com/wekan/wekan/pull/1161).
|
||||
* [Change Email address](https://github.com/wekan/wekan/pull/1161);
|
||||
* [Ubuntu snap: Use version scriptlet](https://github.com/wekan/wekan/pull/1164).
|
||||
|
||||
Thanks to GitHub users nztqa and xet7 for their contributions.
|
||||
Thanks to GitHub users kubiko, nztqa and xet7 for their contributions.
|
||||
|
||||
# v0.32 2017-07-30 Wekan release
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
name: wekan
|
||||
version: "0.32-SNAPSHOT"
|
||||
version: 0
|
||||
version-script: git describe --dirty --tags | cut -c 2-
|
||||
summary: The open-source Trello-like kanban
|
||||
description: |
|
||||
Wekan is an open-source and collaborative kanban board application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue