1 Commits
0.6.1 ... 0.6.2

Author SHA1 Message Date
ea5be60c63 Add un-committed fix and version bump 2023-02-20 02:07:35 -08:00
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): 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: else:
options, definitions = config options, definitions = config
namespace = Namespace() namespace = Namespace()

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = settngs name = settngs
version = 0.6.1 version = 0.6.2
description = A library for managing settings description = A library for managing settings
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown