Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDee Jayh <ruined1@gmail.com>2018-01-16 11:49:40 +0300
committerDee Jayh <ruined1@gmail.com>2018-01-16 11:49:46 +0300
commitba75d2489da37e603223de576457e6d60ec29b3a (patch)
treee47f8a2d829da3e328201dc9c6ff9b3290df3f0c /dwt_about.py
parentd297f7d2f868352c5d6bbd3f8707cfa1e2a13e2d (diff)
v3.2.0v3.2.0
-Fixed OneDrive Uninstaller -Allowed more complete resolutions for subprocess_handler -Added ip_warn for IP blocking option to warn of potential Microsoft licensing issues -Applied more complete handler to DiagTrack option
Diffstat (limited to 'dwt_about.py')
-rw-r--r--dwt_about.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwt_about.py b/dwt_about.py
index bf13d63..4e8337d 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.1.3"
+__version__ = "3.2.0"
def about_dialog(parent):