Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Oct 5, 2015
1 parent c9fd025 commit b692362
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,13 @@
History
=======

0.4.0 - 2015-10-05
==================

* Added support for the CACHES Django settings directive
* Added support for computed_values
* Added initial documentation stub


0.3.0 - 2015-07-20
==================
Expand Down
2 changes: 1 addition & 1 deletion coolfig/__init__.py
Expand Up @@ -15,7 +15,7 @@ class DefaultSettings(schema.Settings):
from .django import load_django_settings


__version__ = '0.3.0'
__version__ = '0.4.0'
__url__ = 'https://github.com/GaretJax/coolfig'
__all__ = ['Value', 'Dictionary', 'computed_value', 'Settings',
'EnvConfig', 'DictConfig', 'load_django_settings']

0 comments on commit b692362

Please sign in to comment.