diff --git a/installer.iss b/installer.iss index 47990aec..d41328d4 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.6.1" +#define MyAppVer "2.6.2" #define MyAppBit "win32" //#define MyAppBit "win-amd64" diff --git a/setup.py b/setup.py index 10e100e6..9bdb1ce9 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ elif sys.platform == "darwin": FREEZER = 'py2app' FREEZER_OPTIONS = dict( arch = 'intel', - optimize = 2, + optimize = 0, strip = True, argv_emulation = False, site_packages = False, diff --git a/version.py b/version.py index 96780f9c..2987e552 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.6.1' +VERSION = '2.6.2' BRANCH = 'desktop'