From 3fdcda3635275717622ba8b0bcb1c569d9d432e4 Mon Sep 17 00:00:00 2001 From: Jared Swift Date: Fri, 4 Mar 2022 14:27:14 +0000 Subject: [PATCH] chore: update release notes, and version numbers. --- ReleaseNotes.md | 8 ++++++++ ci/settings.py | 2 +- gudpy.spec | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes.md diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 000000000..1c0470a92 --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,8 @@ +GudPy Release 0.2.5 +- Better default values. +- Singularity image added. +- Shows output in separate tab, which is organised in a QTreeView. +- Chart related updates - mouse co-ordinates are shown, optional splitting etc. +- Standard containers (container templates). +- Various bugs/safety issues have been fixed, making the GUI less prone to errors. +- Gudrun GUI Compatibility - input file is compatible with Gudrun GUI. \ No newline at end of file diff --git a/ci/settings.py b/ci/settings.py index 3f7fc7ef8..599849249 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.4.app") # noqa +application = defines.get("app", "./dist/GudPy-0.2.5.app") # noqa appname = os.path.basename(application) diff --git a/gudpy.spec b/gudpy.spec index 81c8649e2..269c46c9e 100644 --- a/gudpy.spec +++ b/gudpy.spec @@ -1,5 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -VERSION = "0.2.4" +VERSION = "0.2.5" binaries = [(os.path.join("bin", f), '.') for f in os.listdir("bin") if not f == "StartupFiles" or f == "configs"] block_cipher = None import sys