Skip to content

Commit 3f3bfba

Browse files
committed
Introduction of PyFunceble v4.1.2 (Blue Duckling: Geranium)!
Fixed: * Fatal error when a subject without extension is parsed to RequestAdapter. * Issues with encoding under non-UTF-8 compliant platforms. Contributors: * @avatartw * @bigdargon * @spirillen
1 parent 78b5ff1 commit 3f3bfba

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

PyFunceble/cli/filesystem/json_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
https://github.com/funilrys/PyFunceble
2727
2828
Project documentation:
29-
https://pyfunceble.readthedocs.io/en/dev/
29+
https://pyfunceble.readthedocs.io/en/latest/
3030
3131
Project homepage:
3232
https://pyfunceble.github.io/

PyFunceble/cli/filesystem/registrar_counter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
https://github.com/funilrys/PyFunceble
2727
2828
Project documentation:
29-
https://pyfunceble.readthedocs.io/en/dev/
29+
https://pyfunceble.readthedocs.io/en/latest/
3030
3131
Project homepage:
3232
https://pyfunceble.github.io/

PyFunceble/cli/migrators/csv_file/whois_registrar_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/latest/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/

PyFunceble/cli/processes/chancy_producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
https://github.com/funilrys/PyFunceble
2727
2828
Project documentation:
29-
https://pyfunceble.readthedocs.io/en/dev/
29+
https://pyfunceble.readthedocs.io/en/latest/
3030
3131
Project homepage:
3232
https://pyfunceble.github.io/

PyFunceble/cli/processes/chancy_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
https://github.com/funilrys/PyFunceble
2727
2828
Project documentation:
29-
https://pyfunceble.readthedocs.io/en/dev/
29+
https://pyfunceble.readthedocs.io/en/latest/
3030
3131
Project homepage:
3232
https://pyfunceble.github.io/

PyFunceble/cli/processes/workers/chancy_producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
https://github.com/funilrys/PyFunceble
2727
2828
Project documentation:
29-
https://pyfunceble.readthedocs.io/en/dev/
29+
https://pyfunceble.readthedocs.io/en/latest/
3030
3131
Project homepage:
3232
https://pyfunceble.github.io/

PyFunceble/cli/processes/workers/chancy_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
https://github.com/funilrys/PyFunceble
2929
3030
Project documentation:
31-
https://pyfunceble.readthedocs.io/en/dev/
31+
https://pyfunceble.readthedocs.io/en/latest/
3232
3333
Project homepage:
3434
https://pyfunceble.github.io/

PyFunceble/query/whois/converter/registrar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
https://github.com/funilrys/PyFunceble
2727
2828
Project documentation:
29-
https://pyfunceble.readthedocs.io/en/dev/
29+
https://pyfunceble.readthedocs.io/en/latest/
3030
3131
Project homepage:
3232
https://pyfunceble.github.io/

PyFunceble/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
from PyFunceble.storage_facility import get_config_directory
6262

6363
PROJECT_NAME: str = "PyFunceble"
64-
PROJECT_VERSION: str = "4.1.2.dev (Blue Duckling: Ixora)"
64+
PROJECT_VERSION: str = "4.1.2. (Blue Duckling: Geranium)"
6565

6666
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
6767
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"

tests/query/whois/converter/test_registrar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
https://github.com/funilrys/PyFunceble
2727
2828
Project documentation:
29-
https://pyfunceble.readthedocs.io/en/dev/
29+
https://pyfunceble.readthedocs.io/en/latest/
3030
3131
Project homepage:
3232
https://pyfunceble.github.io/

0 commit comments

Comments
 (0)