Skip to content

Commit

Permalink
Bump version to v4.2.0a12.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed May 28, 2023
1 parent 042a1c5 commit fc00231
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.0a11.dev (Blue Duckling: Ixora)"
PROJECT_VERSION: str = "4.2.0a12.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.syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ PyFunceble.checker.syntax.domain module
:undoc-members:
:show-inheritance:

PyFunceble.checker.syntax.domain\_and\_ip module
------------------------------------------------

.. automodule:: PyFunceble.checker.syntax.domain_and_ip
:members:
:undoc-members:
:show-inheritance:

PyFunceble.checker.syntax.domain\_base 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.0a11.dev (Blue Duckling: Ixora)'
current_version: '4.2.0a12.dev (Blue Duckling: Ixora)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit fc00231

Please sign in to comment.