Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.0.4 (2013-11-19)
------------------

- Allow passing in a custom config parser

0.0.3 (2013-05-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion conf_d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import ConfigParser
import os

__version__ = '0.0.3'
__version__ = '0.0.4'


class Configuration():
Expand Down