diff --git a/CHANGES.rst b/CHANGES.rst index 3141e2d..fb817b6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.0.4 (2013-11-19) +------------------ + +- Allow passing in a custom config parser + 0.0.3 (2013-05-22) ------------------ diff --git a/conf_d/__init__.py b/conf_d/__init__.py index 7de6d90..a18e3a0 100644 --- a/conf_d/__init__.py +++ b/conf_d/__init__.py @@ -2,7 +2,7 @@ import ConfigParser import os -__version__ = '0.0.3' +__version__ = '0.0.4' class Configuration():