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.
1 parent 5234feb commit 38edc22Copy full SHA for 38edc22
CHANGES.rst
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+0.0.3 (2013-05-22)
5
+------------------
6
+
7
+- Allow overriding the confd_path from an entry in the main config
8
9
+0.0.2 (2013-04-18)
10
11
12
+- Fix issue where main section was not always created
13
14
0.0.1 (2013-04-13)
15
------------------
16
README.rst
@@ -20,7 +20,7 @@ From Github::
20
21
From PyPI::
22
23
- pip install conf_d==0.0.2
+ pip install conf_d==0.0.3
24
25
Usage
26
=====
conf_d/__init__.py
@@ -2,7 +2,7 @@
import ConfigParser
import os
-__version__ = '0.0.2'
+__version__ = '0.0.3'
class Configuration():
0 commit comments