Add un-committed fix and version bump

This commit is contained in:
Timmy Welch 2023-02-20 02:07:35 -08:00
parent 391f65c71f
commit ea5be60c63
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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