Skip to content

Commit

Permalink
Update version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Oct 12, 2022
1 parent 723b55e commit ef0011a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.0 (2022-10-12)

* Corrige: AttributeError: 'NoneType' object has no attribute 'split' ao consultar cep 99999-999
* Adiciona nova excepetion 'BlockedByFlood' para excesso de consultas
* Melhoras testes adicionando mock as consultas de ViaCEP e ApiCEP

## 5.0.0 (2021-01-07)

* Adiciona suporte para Python 3.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ Deseja participar do desenvolvimento da PyCEPCorreios? Veja a *guideline* de con

## Créditos

Copyright (C) 2016-2021 por Michell Stuttgart
Copyright (C) 2016-2022 por Michell Stuttgart
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='pycep_correios',
version='5.0.0',
version='5.1.0',
description='API para consulta de CEPs',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ef0011a

Please sign in to comment.