Skip to content

Commit 51e197f

Browse files
committed
Bump version to v4.4.0.dev
1 parent e6ee2b5 commit 51e197f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PyFunceble/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from PyFunceble.storage_facility import get_config_directory
6161

6262
PROJECT_NAME: str = "PyFunceble"
63-
PROJECT_VERSION: str = "4.3.1.dev"
63+
PROJECT_VERSION: str = "4.4.0.dev"
6464

6565
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
6666

tests/checker/test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def test_set_shared_lock(self) -> None:
113113

114114
self.assertEqual(expected, actual)
115115

116-
117116
def test_set_subject_idna(self) -> None:
118117
"""
119118
Tests the initilization of the :code:`idna_subject` attribute when

version.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: 4.3.1.dev
1+
current_version: 4.4.0.dev
22
deprecated:
33
- 3.0.21
44
- 3.1.20
@@ -7,6 +7,7 @@ deprecated:
77
- 4.1.0b1
88
- 4.2.0a1
99
- 4.3.0a1
10+
- 4.4.0
1011
force_update:
1112
minimal_version:
1213
- 2.58.0

0 commit comments

Comments
 (0)