From 0f6b31d3c4a482c6ab42cf705cef9b35b8820b26 Mon Sep 17 00:00:00 2001 From: Jared Swift Date: Wed, 23 Mar 2022 15:42:06 +0000 Subject: [PATCH] chore: bump version numbers and add release notes. --- ReleaseNotes.md | 4 ++++ ci/settings.py | 2 +- gudpy.spec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes.md diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 000000000..8105715ef --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,4 @@ +GudPy Release 0.2.9 + +- A range of iteration workflows implemented, including iteration by thickness, radius, density and composition. +- Stop button added for stopping running processes. \ No newline at end of file diff --git a/ci/settings.py b/ci/settings.py index fd856f216..d44f3a8ae 100644 --- a/ci/settings.py +++ b/ci/settings.py @@ -9,7 +9,7 @@ def read_plist(path): return plistlib.load(f) -application = defines.get("app", "./dist/GudPy-0.2.8.app") # noqa +application = defines.get("app", "./dist/GudPy-0.2.9.app") # noqa appname = os.path.basename(application) diff --git a/gudpy.spec b/gudpy.spec index 5eb99bb6d..f00151f1f 100644 --- a/gudpy.spec +++ b/gudpy.spec @@ -1,5 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -VERSION = "0.2.8" +VERSION = "0.2.9" binaries = [(os.path.join("bin", f), '.') for f in os.listdir("bin") if not f == "StartupFiles" or f == "configs"] block_cipher = None import sys