commit 050caa4c23b4c1b72356443928f3f7f50975729e
parent 3ac1f8e41ec669062c9fcf0df8e6354d29495552
Author: nolash <dev@holbrook.no>
Date: Thu, 17 Dec 2020 13:05:34 +0100
Fix dictoverride bug
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+0.3.4
+ - Fix bug in 0.3.3 update
0.3.3
- Export overrider function to enable use with arbitrary dict
0.3.2
diff --git a/setup.py b/setup.py
@@ -6,7 +6,7 @@ f.close()
setup(
name='confini',
- version='0.3.3',
+ version='0.3.4',
description='Parse, verify and merge all ini files in a single directory',
author='Louis Holbrook',
author_email='dev@holbrook.no',