From 268e8d11ccb0f43820fb538cc20bcd0bde3aa525 Mon Sep 17 00:00:00 2001 From: Noella Spitz Date: Fri, 17 May 2024 15:08:44 +0100 Subject: [PATCH] Add releasenotes --- README.md | 2 +- ReleaseNotes.md | 9 +++++++++ gudpy.spec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes.md diff --git a/README.md b/README.md index fb014391..60ce2221 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GudPy -_Last Release: 0.5.0, Monday 18th March 2024_ +_Last Release: 0.5.1, Friday 17th May 2024_ _Release Build::_ [![Release Build Status](https://github.com/disorderedmaterials/GudPy/actions/workflows/release.yml/badge.svg)](https://github.com/disorderedmaterials/GudPy/actions/workflows/release.yml) _Development Build::_ [![Development Build Status](https://github.com/disorderedmaterials/GudPy/actions/workflows/continuous.yml/badge.svg)](https://github.com/disorderedmaterials/GudPy/actions/workflows/continuous.yml) diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 00000000..223f546b --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,9 @@ +GudPy Release 0.5.1 + +Bug fixes. + +- Fix sample tree issues +- Refactor output tree +- Update workflows +- Change pages to scroll areas - compatibility with lower resolution screens +- Fix process freezing GUI on error \ No newline at end of file diff --git a/gudpy.spec b/gudpy.spec index f0eae833..82413923 100644 --- a/gudpy.spec +++ b/gudpy.spec @@ -1,5 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -VERSION = "0.5.0" +VERSION = "0.5.1" binaries = [ (os.path.join("bin", f), '.') for f in os.listdir("bin")