File tree Expand file tree Collapse file tree 5 files changed +26
-3
lines changed
Expand file tree Collapse file tree 5 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11---
22name : Github CI Coverage
33
4- on : push
4+ on :
5+ pull_request :
6+ branches :
7+ - main
8+ push :
9+ branches :
10+ - main
511
612jobs :
713 build :
Original file line number Diff line number Diff line change 5656
5757 steps :
5858 - name : Download all the dists
59- uses : actions/download-artifact@v4.1.7
59+ uses : actions/download-artifact@v3
6060 with :
6161 name : python-package-distributions
6262 path : dist/
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.5.0 (2024-08-18)
4+
5+ - Remove API Correios from website.
6+
37## 6.4.1 (2024-08-18)
48
59- Fix beautifulsoup4 version
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.5.0 (2024-08-18)
4+
5+ - Remove API Correios from website.
6+
7+ ## 6.4.1 (2024-08-18)
8+
9+ - Fix beautifulsoup4 version
10+
11+ ## 6.4.0 (2024-08-14)
12+
13+ - Add API Correios (via Correios site) support
14+ - Add OpenCEP support
15+
316## 6.3.1 (2024-05-05)
417
518Update copyright and python version
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " brazilcep"
7- version = " 6.4.1 "
7+ version = " 6.5.0 "
88description = " Minimalist and easy-to-use python library designed to query CEP (brazilian zip codes) data"
99readme = " README.md"
1010license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments