From 97b09df5866ca902abd0a7bdff0ce752007436a3 Mon Sep 17 00:00:00 2001 From: Alexandru Cheltuitor <31934100+calexandru2018@users.noreply.github.com> Date: Tue, 7 Jul 2020 14:40:39 +0100 Subject: [PATCH 1/3] Updated package name inside the manifest file --- MANIFEST.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 42a1f3b..1f4f312 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ -include protonvpn_linux_gui/resources/ui/*.glade -include protonvpn_linux_gui/resources/styles/*.css -include protonvpn_linux_gui/resources/img/logo/*.png -include protonvpn_linux_gui/resources/img/utils/*.png -include protonvpn_linux_gui/resources/img/flags/large/*.jpg -include protonvpn_linux_gui/resources/img/flags/small/*.png \ No newline at end of file +include linux_gui/resources/ui/*.glade +include linux_gui/resources/styles/*.css +include linux_gui/resources/img/logo/*.png +include linux_gui/resources/img/utils/*.png +include linux_gui/resources/img/flags/large/*.jpg +include linux_gui/resources/img/flags/small/*.png \ No newline at end of file From 445b915791a1a4e686791efa2345582c8221bd5c Mon Sep 17 00:00:00 2001 From: Alexandru Cheltuitor <31934100+calexandru2018@users.noreply.github.com> Date: Tue, 7 Jul 2020 14:44:04 +0100 Subject: [PATCH 2/3] Added new line at EOF --- MANIFEST.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1f4f312..6dfdcd5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ -include linux_gui/resources/ui/*.glade -include linux_gui/resources/styles/*.css -include linux_gui/resources/img/logo/*.png -include linux_gui/resources/img/utils/*.png -include linux_gui/resources/img/flags/large/*.jpg -include linux_gui/resources/img/flags/small/*.png \ No newline at end of file +include linux_gui/resources/ui/*.glade +include linux_gui/resources/styles/*.css +include linux_gui/resources/img/logo/*.png +include linux_gui/resources/img/utils/*.png +include linux_gui/resources/img/flags/large/*.jpg +include linux_gui/resources/img/flags/small/*.png From bd7fe2ce4e85dd048a156ba560d4e3306e376794 Mon Sep 17 00:00:00 2001 From: Alexandru Cheltuitor <31934100+calexandru2018@users.noreply.github.com> Date: Tue, 7 Jul 2020 14:50:22 +0100 Subject: [PATCH 3/3] Version bump --- linux_gui/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_gui/constants.py b/linux_gui/constants.py index 92d2a51..b42642a 100644 --- a/linux_gui/constants.py +++ b/linux_gui/constants.py @@ -2,7 +2,7 @@ import getpass USER = getpass.getuser() -VERSION = "2.1.0" +VERSION = "2.1.1" GITHUB_URL_RELEASE = "https://github.com/ProtonVPN/linux-gui/releases/latest" # GUI configurations