diff --git a/CHANGES.md b/CHANGES.md index ac14da7..c1b9888 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Changelog ========= +0.0.5 (Dec 14th 2015) +------------------ + +### Small Fix for people wrapping the package + +- Allow you to rename the app the config is loaded in through a hiddden setting + 0.0.4 (Dec 14th 2015) ------------------ diff --git a/setup.py b/setup.py index f280bbe..5ac9ec2 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.4' +version = '0.0.5' setup(