From 64ada018771a301e9d9d4eb0dc9f3d6890e74feb Mon Sep 17 00:00:00 2001 From: Ruined1 Date: Tue, 29 Jan 2019 16:14:42 -0500 Subject: v3.2.2 A few minor patches, mostly to stop people from reporting invalid issues and to acknowledge success appropriately upon completions. -Implemented a check for OneDrive binary so people stop reporting invalid issues #405 -Modified DiagTrack disable/remove to reflect success when it's Marked for Deletion #406 --- dwt_about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwt_about.py') diff --git a/dwt_about.py b/dwt_about.py index fe1dd45..994e5ae 100644 --- a/dwt_about.py +++ b/dwt_about.py @@ -26,7 +26,7 @@ import wx import wx.adv import wx.lib.scrolledpanel as sp -__version__ = "3.2.1" +__version__ = "3.2.2" def about_dialog(parent): -- cgit v1.2.3