Skip to content

Commit

Permalink
Bump version to v4.2.0a10.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed May 27, 2023
1 parent a7f92b8 commit 03e9353
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/checker/availability/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
import PyFunceble.storage
from PyFunceble.checker.availability.extras.base import ExtraRuleHandlerBase
from PyFunceble.checker.availability.extras.dns import DNSRulesHandler
from PyFunceble.checker.availability.extras.etoxic import EToxicHandler
from PyFunceble.checker.availability.extras.rules import ExtraRulesHandler
from PyFunceble.checker.availability.extras.subject_switch import (
SubjectSwitchRulesHandler,
Expand All @@ -81,7 +82,6 @@
from PyFunceble.query.netinfo.address import AddressInfo
from PyFunceble.query.netinfo.hostbyaddr import HostByAddrInfo
from PyFunceble.query.whois.query_tool import WhoisQueryTool
from PyFunceble.checker.availability.extras.etoxic import EToxicHandler


class AvailabilityCheckerBase(CheckerBase):
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from PyFunceble.storage_facility import get_config_directory

PROJECT_NAME: str = "PyFunceble"
PROJECT_VERSION: str = "4.2.0a9.dev (Blue Duckling: Ixora)"
PROJECT_VERSION: str = "4.2.0a10.dev (Blue Duckling: Ixora)"

DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
Expand Down
8 changes: 8 additions & 0 deletions docs/code/PyFunceble.checker.availability.extras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ PyFunceble.checker.availability.extras.dns module
:undoc-members:
:show-inheritance:

PyFunceble.checker.availability.extras.etoxic module
----------------------------------------------------

.. automodule:: PyFunceble.checker.availability.extras.etoxic
:members:
:undoc-members:
:show-inheritance:

PyFunceble.checker.availability.extras.parked module
----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: '4.2.0a9.dev (Blue Duckling: Ixora)'
current_version: '4.2.0a10.dev (Blue Duckling: Ixora)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 03e9353

Please sign in to comment.