From eb6d171c27b746ae1dfff7526e056b557166ad26 Mon Sep 17 00:00:00 2001 From: "ko-zu (github-actions)" Date: Fri, 20 Sep 2024 03:28:23 +0000 Subject: [PATCH] Automated release: v1.0.2.20240920-gha --- publicsuffixlist/public_suffix_list.dat | 28 +++++++------------------ setup.py | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/publicsuffixlist/public_suffix_list.dat b/publicsuffixlist/public_suffix_list.dat index 541dd67..b0b92f6 100644 --- a/publicsuffixlist/public_suffix_list.dat +++ b/publicsuffixlist/public_suffix_list.dat @@ -12290,10 +12290,6 @@ vm.bytemark.co.uk // Submitted by Antonio Lain cafjs.com -// callidomus : https://www.callidomus.com/ -// Submitted by Marcus Popp -mycd.eu - // Canva Pty Ltd : https://canva.com/ // Submitted by Joel Aquilina canva-apps.cn @@ -13693,6 +13689,14 @@ häkkinen.fi hs.run hs.zone +// Harrison Network : https://hrsn.net +// Submitted by William Harrison +wdh.app +preview.wdh.app +hrsn.dev +t.hrsn.dev +t.hrsn.net + // Hashbang : https://hashbang.sh hashbang.sh @@ -14024,10 +14028,6 @@ js.org kaas.gg khplay.nl -// Kakao : https://www.kakaocorp.com/ -// Submitted by JaeYoong Lee -ktistory.com - // Kapsi : https://kapsi.fi // Submitted by Tomi Juntunen kapsi.fi @@ -15341,11 +15341,6 @@ supabase.co supabase.in supabase.net -// Symfony, SAS : https://symfony.com/ -// Submitted by Fabien Potencier -*.sensiosite.cloud -*.s5y.io - // Syncloud : https://syncloud.org // Submitted by Boris Rybalkin syncloud.it @@ -15650,13 +15645,6 @@ toolforge.org wmcloud.org wmflabs.org -// William Harrison : https://wdharrison.com -// Submitted by William Harrison -wdh.app -preview.wdh.app -t.hrsn.dev -t.hrsn.net - // WISP : https://wisp.gg // Submitted by Stepan Fedotov panel.gg diff --git a/setup.py b/setup.py index 2f1de72..0236c77 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ ### version placeholder for release automation -__version__ = "1.0.2.20240918" +__version__ = "1.0.2.20240920" ### Change the minor version before git push to the master branch.