Skip to content

Commit 088630a

Browse files
author
Lucas Fonseca
authored
Release 1.0.0 (#10)
1 parent a4fa092 commit 088630a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
All notable changes to this project will be documented in this file.
33

44
Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.
5+
6+
## [1.0.0](https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.0)
7+
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
#!/usr/bin/env python
22

33
__package_name__ = "hierarchical_conf"
4-
__version__ = "0.0.1"
4+
__version__ = "1.0.0"
55
__repository_url__ = "https://github.com/quintoandar/hierarchical-conf"
66

77
from setuptools import setup, find_packages

0 commit comments

Comments
 (0)