Skip to content

1.6.0 release

Compare
Choose a tag to compare
@andrasmaroy andrasmaroy released this 04 Sep 12:44
· 101 commits to master since this release

New features:

  • Python3.3 support is now dropped
  • When trying to use a config file which does not exist a warning is raised now (#3)
  • Added the Pconf.clear() function to reset the hierarchy allowing for multiple configs

Bugfixes:

  • Issue with deep merging dictionaries is resolved (see #1 for details)