Skip to content

Commit

Permalink
chore: update release notes, and version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift-stfc committed Mar 4, 2022
1 parent 0da09e3 commit 3fdcda3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion ci/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gudpy.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3fdcda3

Please sign in to comment.