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 1
1
---
2
2
name : Github CI Coverage
3
3
4
- on : push
4
+ on :
5
+ pull_request :
6
+ branches :
7
+ - main
8
+ push :
9
+ branches :
10
+ - main
5
11
6
12
jobs :
7
13
build :
Original file line number Diff line number Diff line change 56
56
57
57
steps :
58
58
- name : Download all the dists
59
- uses : actions/download-artifact@v4.1.7
59
+ uses : actions/download-artifact@v3
60
60
with :
61
61
name : python-package-distributions
62
62
path : dist/
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 6.5.0 (2024-08-18)
4
+
5
+ - Remove API Correios from website.
6
+
3
7
## 6.4.1 (2024-08-18)
4
8
5
9
- Fix beautifulsoup4 version
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 6.3.1 (2024-05-05)
4
17
5
18
Update copyright and python version
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " brazilcep"
7
- version = " 6.4.1 "
7
+ version = " 6.5.0 "
8
8
description = " Minimalist and easy-to-use python library designed to query CEP (brazilian zip codes) data"
9
9
readme = " README.md"
10
10
license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments