Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Nov 27, 2021
1 parent 100dad3 commit 4111ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pymlconf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
ConfigurationNotInitializedError


__version__ = '3.0.0'
__version__ = '3.0.1'
1 change: 0 additions & 1 deletion tests/test_yaml_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:')

0 comments on commit 4111ed8

Please sign in to comment.