From ea5be60c635b7460a46bf41d20b0ff1174804d64 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Mon, 20 Feb 2023 02:07:35 -0800 Subject: [PATCH] Add un-committed fix and version bump --- settngs.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settngs.py b/settngs.py index 445595c..986c684 100644 --- a/settngs.py +++ b/settngs.py @@ -379,7 +379,7 @@ def get_namespace(config: Config[T], defaults: bool = True, persistent: bool = T """ if isinstance(config.values, Namespace): - options, definitions = normalize_config(config, defaults=defaults, persistent=persistent) + options, definitions = normalize_config(config, True, True, defaults=defaults, persistent=persistent) else: options, definitions = config namespace = Namespace() diff --git a/setup.cfg b/setup.cfg index 1aa408c..0b9c396 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = settngs -version = 0.6.1 +version = 0.6.2 description = A library for managing settings long_description = file: README.md long_description_content_type = text/markdown