Skip to content

Commit

Permalink
Bump version to v4.2.23.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 22, 2024
1 parent baad5ae commit 1d01912
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.22.dev (Blue Duckling: Ixora)"
PROJECT_VERSION: str = "4.2.23.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.cli.continuous_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ PyFunceble.cli.continuous\_integration.jenkins module
:undoc-members:
:show-inheritance:

PyFunceble.cli.continuous\_integration.standalone module
--------------------------------------------------------

.. automodule:: PyFunceble.cli.continuous_integration.standalone
:members:
:undoc-members:
:show-inheritance:

PyFunceble.cli.continuous\_integration.travis\_ci 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.22.dev (Blue Duckling: Ixora)'
current_version: '4.2.23.dev (Blue Duckling: Ixora)'
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 1d01912

Please sign in to comment.