We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b56174 + 64277be commit a032f01Copy full SHA for a032f01
CHANGES.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.0.4 (2013-11-19)
5
+------------------
6
+
7
+- Allow passing in a custom config parser
8
9
0.0.3 (2013-05-22)
10
------------------
11
conf_d/__init__.py
@@ -2,7 +2,7 @@
import ConfigParser
import os
-__version__ = '0.0.3'
+__version__ = '0.0.4'
class Configuration():
0 commit comments