Skip to content

Commit fc00231

Browse files
committed
Bump version to v4.2.0a12.
1 parent 042a1c5 commit fc00231

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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.2.0a11.dev (Blue Duckling: Ixora)"
64+
PROJECT_VERSION: str = "4.2.0a12.dev (Blue Duckling: Ixora)"
6565

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

docs/code/PyFunceble.checker.syntax.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ PyFunceble.checker.syntax.domain module
2020
:undoc-members:
2121
:show-inheritance:
2222

23+
PyFunceble.checker.syntax.domain\_and\_ip module
24+
------------------------------------------------
25+
26+
.. automodule:: PyFunceble.checker.syntax.domain_and_ip
27+
:members:
28+
:undoc-members:
29+
:show-inheritance:
30+
2331
PyFunceble.checker.syntax.domain\_base module
2432
---------------------------------------------
2533

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: '4.2.0a11.dev (Blue Duckling: Ixora)'
1+
current_version: '4.2.0a12.dev (Blue Duckling: Ixora)'
22
deprecated:
33
- 3.0.21
44
- 3.1.20

0 commit comments

Comments
 (0)