New features: - Support for Mypy - Support for french "huitante", "nonante" - Support for thousands expressed as tens of hundreds as in "dix-neuf cents cinquante-quatre".
Bug fix: - explicit encoding when reading `README` in the `setup.py` to allow installation under the c locale.
1.1.0
- Support for swiss form *huitante*; - support for expressions in the form *dix-sept cent quatre-vingt-neuf* that are often used for dates; - improved documentation for the ``look_ahead`` helper function; - more consistent exception when invalid value is passed as parameter to `text2num` (fixes 7).