- Added support for ViaCEP API (https://viacep.com.br/) - Introduced CEP range queries - Added `format_cep` and `validate_cep` functions - Added support for Python 3.7 - Improved code and documentation
- Dropped support for Python 3.4 - Added support for responses with missing attributes - Added mocks to tests
3.1.0
------------------
- Fixed return type of `consultar_cep` method (now returns a dictionary) - Updated documentation to reflect changes in Correios API - Updated README for PyPI compatibility
3.0.0
------------------
- Migrated API to use [python-zeep](https://pypi.org/project/zeep/) - Deprecated old exceptions - Updated documentation - Dropped support for Python 2.7
2.3.1
------------------
- Fixed `README.rst` - Added validation command to `setup.py` in Makefile - Fixed repository and download links
2.3.0
------------------
- Added logging for CEP queries - Added English documentation - Limited versions of `requests` and `Jinja2` for compatibility - Dropped support for Python 3.3