From 4111ed84b23201957ee789b58e6818f330eeb28b Mon Sep 17 00:00:00 2001 From: pylover Date: Sat, 27 Nov 2021 12:50:06 +0330 Subject: [PATCH] v3.0.1 --- pymlconf/__init__.py | 2 +- tests/test_yaml_syntax.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pymlconf/__init__.py b/pymlconf/__init__.py index 4196f1a..ae746eb 100644 --- a/pymlconf/__init__.py +++ b/pymlconf/__init__.py @@ -6,4 +6,4 @@ ConfigurationNotInitializedError -__version__ = '3.0.0' +__version__ = '3.0.1' diff --git a/tests/test_yaml_syntax.py b/tests/test_yaml_syntax.py index aafd67c..94df4b9 100644 --- a/tests/test_yaml_syntax.py +++ b/tests/test_yaml_syntax.py @@ -49,6 +49,5 @@ def test_simple_syntax(self): assert cm.logging.formatter == str assert isinstance(cm.logging.writer, MyWriter) - with pytest.raises(ScannerError): Root('q: s:')