0.4.0
=====
  
  - Add ``root_path`` to stop looking indefinitely for configuration files until the OS root path
  - Add advanced usage docs
  - Include a simple (but working) tox configuration for py27 + py34 to the project


0.3.3
=====

  - Start a structure to make a better documentation with sphinx and publish it at Read the Docs

0.3.2
=====

  - Stop directories from being traversed up when valid configurations were found.
  - Validates invalid unicode data on INI files (and skip them)
  - Better Python3 support with use of ConfigParser.read_file
  - Code cleanup
  - More test cases for ConfigurationDiscovery added

0.3.1
=====

  - Fix a bad behaviour that make impossible to define a None default

0.3.0
=====

  - Make config.{cast} shortcuts easier to use. This change breaks backward compatibility.

0.2.2
=====

  - Fix an issue with .env parser that breaks with unquoted URL values
  - Fix an issue with magic _get_path used by config discovery (thanks @bertonha)

0.2.0
=====

  - Add basic documentation

0.1.1
=====

  - Fix a small issue in README.txt formatting

0.1
===

  - First version

