Skip to content

Commit

Permalink
chore: bump version numbers and add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift-stfc committed Mar 23, 2022
1 parent 5a51e1e commit 0f6b31d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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.
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.8.app") # noqa
application = defines.get("app", "./dist/GudPy-0.2.9.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.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
Expand Down

0 comments on commit 0f6b31d

Please sign in to comment.