diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index b539b4d..c71242b 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,10 @@ Release Notes ============= +v0.10.2 +------- +* add ``log_keys_only`` to loaders to prevent the printing of unknown values. + v0.10.1 ------- * add ``compare_func`` support to ``MTimeComparator`` and adds ``build_compare_func`` helper diff --git a/staticconf/version.py b/staticconf/version.py index b38c327..fce094a 100644 --- a/staticconf/version.py +++ b/staticconf/version.py @@ -1,2 +1,2 @@ -version = "0.10.1" +version = "0.10.2"