From 8addf7d2a0f1257e6d73027f2a3dbca4cd448884 Mon Sep 17 00:00:00 2001 From: "ko-zu (github-actions)" Date: Tue, 19 Nov 2024 03:38:01 +0000 Subject: [PATCH] Automated release: v1.0.2.20241119-gha --- publicsuffixlist/public_suffix_list.dat | 21 ++++++++++----------- setup.py | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/publicsuffixlist/public_suffix_list.dat b/publicsuffixlist/public_suffix_list.dat index b3c7b95..50d9aa4 100644 --- a/publicsuffixlist/public_suffix_list.dat +++ b/publicsuffixlist/public_suffix_list.dat @@ -5,8 +5,8 @@ // Please pull this list from, and only from https://publicsuffix.org/list/public_suffix_list.dat, // rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported. -// VERSION: 2024-11-12_14-53-17_UTC -// COMMIT: c5a2c693abe0851e2aad80062f9ef654c05372ca +// VERSION: 2024-11-18_15-30-55_UTC +// COMMIT: b00d15ea62059a24d57cac96740c98dcb80b6edc // Instructions on pulling and using this list can be found at https://publicsuffix.org/list/. @@ -22,8 +22,8 @@ mil.ac org.ac // ad : https://www.iana.org/domains/root/db/ad.html +// Confirmed by Amadeu Abril i Abril (CORE) 2024-11-17 ad -nom.ad // ae : https://tdra.gov.ae/en/aeda/ae-policies ae @@ -237,6 +237,7 @@ sth.ac.at // au : https://www.iana.org/domains/root/db/au.html // http://www.auda.org.au/ +// Confirmed by registry 2024-11-17 au // 2LDs com.au @@ -247,7 +248,6 @@ gov.au asn.au id.au // Historic 2LDs (closed to new registration, but sites still exist) -info.au conf.au oz.au // CGDNs - http://www.cgdn.org.au/ @@ -1467,14 +1467,8 @@ sch.ir ايران.ir // is : http://www.isnic.is/domain/rules.php -// Confirmed by registry 2008-12-06 +// Confirmed by registry 2024-11-17 is -net.is -com.is -edu.is -gov.is -org.is -int.is // it : https://www.iana.org/domains/root/db/it.html it @@ -13721,6 +13715,11 @@ hepforge.org herokuapp.com herokussl.com +// Heyflow : https://www.heyflow.com +// Submitted by Mirko Nitschke +heyflow.page +heyflow.site + // Hibernating Rhinos // Submitted by Oren Eini ravendb.cloud diff --git a/setup.py b/setup.py index b54d193..4525116 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ ### version placeholder for release automation -__version__ = "1.0.2.20241113" +__version__ = "1.0.2.20241119" ### Change the minor version before git push to the master branch.