diff --git a/src/main/python/pythonGUI/createStudyAndScenario.py b/src/main/python/pythonGUI/createStudyAndScenario.py index 13f560a06..7f598d0b9 100644 --- a/src/main/python/pythonGUI/createStudyAndScenario.py +++ b/src/main/python/pythonGUI/createStudyAndScenario.py @@ -80,7 +80,7 @@ def __init__(self, root, emme_version = "4.3.7", year = "2022", geo = "1", year_ self.buttonVar= tkinter.IntVar(root) self.yButton=tkinter.Radiobutton(body, text="Yes", variable=self.buttonVar, value=1, command=self.initStudy) self.nButton=tkinter.Radiobutton(body, text="No", variable=self.buttonVar, value=0,command=self.initStudy) - tkinter.Label(body, text=u"Release Version 15.1.0\n"+divider, font=("Helvetica", 11, 'bold'), width=50, fg='royal blue').grid(row=current_row,columnspan=5) + tkinter.Label(body, text=u"Release Version 15.2.0\n"+divider, font=("Helvetica", 11, 'bold'), width=50, fg='royal blue').grid(row=current_row,columnspan=5) current_row += 1 tkinter.Label(body, text=u"Create an ABM Work Space", font=("Helvetica", 10, 'bold')).grid(row=current_row,columnspan=n_columns) current_row += 1 @@ -404,4 +404,4 @@ def executeBatch(self, type): w=tkinter.Label(root, image=logo, width=200) w.pack(side='top', fill='both', expand='yes') CreateScenarioGUI(root).pack(fill=constants.X, expand=1) -root.mainloop() \ No newline at end of file +root.mainloop()