File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060from PyFunceble .storage_facility import get_config_directory
6161
6262PROJECT_NAME : str = "PyFunceble"
63- PROJECT_VERSION : str = "4.3.1 .dev"
63+ PROJECT_VERSION : str = "4.4.0 .dev"
6464
6565DISTRIBUTED_CONFIGURATION_FILENAME : str = ".PyFunceble_production.yaml"
6666
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- current_version : 4.3.1 .dev
1+ current_version : 4.4.0 .dev
22deprecated :
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
1011force_update :
1112 minimal_version :
1213 - 2.58.0
You can’t perform that action at this time.
0 commit comments