openfund-maker 2.2.4__tar.gz → 2.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openfund-maker
3
- Version: 2.2.4
3
+ Version: 2.2.5
4
4
  Summary: Openfund-maker.
5
5
  Requires-Python: >=3.9,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "openfund-maker"
3
- version = "2.2.4"
3
+ version = "2.2.5"
4
4
  description = "Openfund-maker."
5
5
  authors = []
6
6
  readme = "README.md"
@@ -30,7 +30,7 @@ priority = "primary"
30
30
 
31
31
  [tool.pytest.ini_options] # mandatory section name
32
32
  addopts = "-vs --no-header --no-summary"
33
- log_cli = 1
33
+ log_cli = true
34
34
  log_cli_level = "DEBUG"
35
35
  log_cli_format = "%(asctime)s.%(msecs)03d - %(filename)s:%(lineno)d - %(funcName)s - %(levelname)s - %(message)s"
36
36
  log_cli_datefmt = "%Y-%m-%d-%H:%M:%S"
File without changes