From 57c61cffbb180d3738378594f524ec921145b323 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Mon, 6 Apr 2020 22:42:24 +0200 Subject: [PATCH] add tagline, bump version number --- engine/config.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/engine/config.py b/engine/config.py index 1542b1f..29900e8 100644 --- a/engine/config.py +++ b/engine/config.py @@ -17,8 +17,12 @@ METADATA={ #patroneo. But in complex programs with a bright future it will be "laborejo1" "laborejo2" etc. "shortName" : "patroneo", - "version" : "1.4.1", - "year" : "2019", + #A very short description used in various places: Desktop file, overview on the website, + #release announcements, entries in software directories etc. + "tagline" : 'Easy to use pattern based midi sequencer.', + + "version" : "1.5", + "year" : "2020", "author" : "Laborejo Software Suite", "url" : "https://www.laborejo.org/patroneo",