We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801dcb1 commit d627fd6Copy full SHA for d627fd6
CHANGES.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.0.5 (Dec 14th 2015)
5
+------------------
6
+
7
+### Small Fix for people wrapping the package
8
9
+- Allow you to rename the app the config is loaded in through a hiddden setting
10
11
0.0.4 (Dec 14th 2015)
12
------------------
13
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.0.4'
+version = '0.0.5'
setup(
0 commit comments