Skip to content

Commit 99db6da

Browse files
committed
Introduction of PyFunceble v4.1.3 (Blue Duckling: Geranium)!
New: * CLI: Basic Examples at the end of the `--help` message. * CLI: Note informing user about the "switch" mechanism. Improved: * Handling of errors when using the requests module. We now handle all possible errors. * Handling of errors around proxies. We try to work around issues intead of raising fatal errors. * Handling of urllib3 logging level. We only allow CRITICAL messages. * Typo in the documentation. Fixed: * Fatal Error: When a invalid YAML file is provides as configuration file. We now handle the situation ourself instead of raising a fatal error. * Fatal Error: Timeout couldn't be set to 0. * Differences between our standard requirements file and the windows one. * New linting issues. Contributors: * @bigdargon * @DandelionSprout * @smed79 * @spirillen * @T145
1 parent d359802 commit 99db6da

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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/

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)