From e6e6fdaf017fbbcd08cbeed272eccfe06322d694 Mon Sep 17 00:00:00 2001 From: Bill Gribble Date: Mon, 5 Feb 2024 17:41:26 -0500 Subject: [PATCH] Release version 0.7 (#302) * Bump package version to 0.7 * Update README --- README.md | 5 +++++ wscript | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c95a000..8bf5d25 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Up next: * Port to Dear ImGUI, making UI improvements along the way * Self-contained save format including sample and image files +This release (0.7) is the last release that will exclusively +support Gtk/Clutter for the UI. I plan to branch immediately +after the release and start working on the Dear ImGUI port; +Clutter is too bitrotted to keep using it. + ### BUILDING See README.build diff --git a/wscript b/wscript index 88ae2eb..854402e 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import os import os.path APPNAME = "mfp" -VERSION = "0.6" +VERSION = "0.7" WAFTOOLS = "compiler_c gcc python glib2" top = '.'