Skip to content

Commit

Permalink
Release 1.0.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Fonseca authored Aug 15, 2022
1 parent a4fa092 commit 088630a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
All notable changes to this project will be documented in this file.

Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.

## [1.0.0](https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.0)
First modules and entities of Hierarchical Conf package.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__package_name__ = "hierarchical_conf"
__version__ = "0.0.1"
__version__ = "1.0.0"
__repository_url__ = "https://github.com/quintoandar/hierarchical-conf"

from setuptools import setup, find_packages
Expand Down

0 comments on commit 088630a

Please sign in to comment.