File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44Preferably use ** Added** , ** Changed** , ** Removed** and ** Fixed** topics in each release or unreleased log for a better organization.
55
66## [ 1.0.1] ( https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.1 )
7- Only load files if they exist in given directories (remove breaking in opposite cases)
7+ ### Changed
8+ - updated PyYAML version to 6.0 (latest)
9+
10+ ## [ 1.0.1] ( https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.1 )
11+ ### Changed
12+ - Only load files if they exist in given directories (remove breaking in opposite cases)
813
914## [ 1.0.0] ( https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.0 )
1015First modules and entities of Hierarchical Conf package.
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
33__package_name__ = "hierarchical_conf"
4- __version__ = "1.0.1 "
4+ __version__ = "1.0.2 "
55__repository_url__ = "https://github.com/quintoandar/hierarchical-conf"
66
77
You can’t perform that action at this time.
0 commit comments