From ddee81c04fa6a0aeae76855112c7bf01fe84489c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=A4fer?= Date: Mon, 21 Feb 2022 10:22:31 +0100 Subject: [PATCH] Update to Version 19.0.3 --- CITATION.cff | 2 +- setup.py | 2 +- topasgraphsim/src/classes/main_viewer.py | 2 +- topasgraphsim/src/classes/update.py | 2 +- topasgraphsim/src/resources/info.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9f35fb7..ea60f01 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,5 +21,5 @@ keywords: - GUI - Python license: MIT -version: 19.0.2 +version: 19.0.3 date-released: '2022-02-20' diff --git a/setup.py b/setup.py index 0bc7129..2e1634b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="topasgraphsim", - version="19.0.2", + version="19.0.3", author="Sebastian Schäfer", author_email="sebastian.schaefer@student.uni-halle.de", description="GUI to plot the results of a topas simulation", diff --git a/topasgraphsim/src/classes/main_viewer.py b/topasgraphsim/src/classes/main_viewer.py index 3e733e6..8ee910b 100644 --- a/topasgraphsim/src/classes/main_viewer.py +++ b/topasgraphsim/src/classes/main_viewer.py @@ -1440,7 +1440,7 @@ def handle_configure(self, event=None): ) * factor, fill="", - outline="black", + outline="", tags="rename", ) ] diff --git a/topasgraphsim/src/classes/update.py b/topasgraphsim/src/classes/update.py index 0d32d68..84e14ef 100644 --- a/topasgraphsim/src/classes/update.py +++ b/topasgraphsim/src/classes/update.py @@ -9,7 +9,7 @@ class CheckForUpdates: def __init__(self): - currentVersion = "19.0.2" + currentVersion = "19.0.3" try: newestVersion = requests.get( "https://api.github.com/repos/sebasj13/topasgraphsim/releases/latest" diff --git a/topasgraphsim/src/resources/info.py b/topasgraphsim/src/resources/info.py index 5e2567f..6e91aed 100644 --- a/topasgraphsim/src/resources/info.py +++ b/topasgraphsim/src/resources/info.py @@ -15,7 +15,7 @@ def __init__(self, parent, lang, mode): "de": "TopasGraphSim\n\nAutor: Sebastian Schäfer", "en": "TopasGraphSim\n\nAuthor: Sebastian Schäfer", } - version = {"de": "Version: 19.0.2\n ", "en": "Version: 19.0.2\n "} + version = {"de": "Version: 19.0.3\n ", "en": "Version: 19.0.3\n "} if mode == True: pic = "light"