Skip to content

Commit

Permalink
Bump version to v4.2.0a1.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Nov 26, 2022
1 parent 0e701c9 commit b953fd3
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 10 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.1.3.dev (Blue Duckling: Ixora)"
PROJECT_VERSION: str = "4.2.0a1.dev (Blue Duckling: Ixora)"

DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
Expand Down
45 changes: 45 additions & 0 deletions docs/code/PyFunceble.checker.availability.extras.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
PyFunceble.checker.availability.extras package
==============================================

Submodules
----------

PyFunceble.checker.availability.extras.base module
--------------------------------------------------

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

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

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

PyFunceble.checker.availability.extras.rules module
---------------------------------------------------

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

PyFunceble.checker.availability.extras.subject\_switch module
-------------------------------------------------------------

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

Module contents
---------------

.. automodule:: PyFunceble.checker.availability.extras
:members:
:undoc-members:
:show-inheritance:
16 changes: 8 additions & 8 deletions docs/code/PyFunceble.checker.availability.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
PyFunceble.checker.availability package
=======================================

Subpackages
-----------

.. toctree::
:maxdepth: 5

PyFunceble.checker.availability.extras

Submodules
----------

Expand Down Expand Up @@ -28,14 +36,6 @@ PyFunceble.checker.availability.domain\_and\_ip module
:undoc-members:
:show-inheritance:

PyFunceble.checker.availability.extra\_rules module
---------------------------------------------------

.. automodule:: PyFunceble.checker.availability.extra_rules
:members:
:undoc-members:
:show-inheritance:

PyFunceble.checker.availability.ip module
-----------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
current_version: '4.1.3.dev (Blue Duckling: Ixora)'
current_version: '4.2.0a1.dev (Blue Duckling: Ixora)'
deprecated:
- 3.0.21
- 3.1.20
- 3.2.13
- 4.0.0a1
- 4.1.0b1
- 4.2.0a1
force_update:
minimal_version:
- 2.58.0
Expand Down

0 comments on commit b953fd3

Please sign in to comment.