Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel committed Oct 27, 2014
1 parent 3aa733f commit 55a9c84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
-------

0.4.0 (10-27-14)

* added "strict" mode to support safer configurations
* Windows registry format supports all types
* bugfixes/simplifications/clarifications

0.3.3 (07-11-14)

* bugfixes
Expand Down
2 changes: 1 addition & 1 deletion profig.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import collections

__author__ = 'Miguel Turner'
__version__ = '0.3.3'
__version__ = '0.4.0'
__license__ = 'MIT'

__all__ = ['Config', 'IniFormat', 'ConfigError', 'Coercer', 'CoerceError']
Expand Down

0 comments on commit 55a9c84

Please sign in to comment.