- Improved `formatar_cep` method with regex validation - Introduced new exceptions for better error handling - Added environments for testing and production - Improved API organization
2.1.1
------------------
- Fixed Unicode errors in Python 2.7
2.1.0
------------------
- Added support for Python 2.7+ - Updated documentation
2.0.0
------------------
- Refactored PyCEPCorreios for easier usage - Removed old exceptions and classes - Simplified imports - Added Sphinx documentation - Added Tox testing - Introduced CEP validation and formatting methods
1.1.7
------------------
- Fixed `jinja2.exceptions.TemplateNotFound: consultacep.xml` - Resolved installation issues with PyCEPCorreios via pip - Updated README and documentation examples
1.1.6
------------------
- Fixed installation bugs - Improved code and resolved bugs