diff --git a/CHANGELOG b/CHANGELOG index ce6615a..e9a1f86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -2020-10-15 Version 1.7 +2020-09-25 Version 1.7 Allow Note-On Velocity 0 to make external conversion into CCs possible Fix crash when loading a project with only one track diff --git a/engine/config.py b/engine/config.py index 4635fb9..ba8d98f 100644 --- a/engine/config.py +++ b/engine/config.py @@ -21,7 +21,7 @@ METADATA={ #release announcements, entries in software directories etc. "tagline" : 'Easy to use pattern based midi sequencer.', - "version" : "1.6.1", + "version" : "1.7", "year" : "2020", "author" : "Laborejo Software Suite", "url" : "https://www.laborejo.org/patroneo",