Skip to content

Commit 8e038fc

Browse files
author
Lucas Fonseca
authored
Release 1.0.2 (#25)
1 parent c368482 commit 8e038fc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
Preferably 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)
1015
First modules and entities of Hierarchical Conf package.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from 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

0 commit comments

Comments
 (0)