Skip to content

Commit 38edc22

Browse files
committed
Release version 0.0.3
1 parent 5234feb commit 38edc22

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

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+
414
0.0.1 (2013-04-13)
515
------------------
616

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ From Github::
2020

2121
From PyPI::
2222

23-
pip install conf_d==0.0.2
23+
pip install conf_d==0.0.3
2424

2525
Usage
2626
=====

conf_d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import ConfigParser
33
import os
44

5-
__version__ = '0.0.2'
5+
__version__ = '0.0.3'
66

77

88
class Configuration():

0 commit comments

Comments
 (0)