Skip to content

Commit 0a4fc63

Browse files
committed
Update version
1 parent 49ee3fd commit 0a4fc63

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
name: Github CI Coverage
33

4-
on: push
4+
on:
5+
pull_request:
6+
branches:
7+
- main
8+
push:
9+
branches:
10+
- main
511

612
jobs:
713
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

518
Update copyright and python version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "brazilcep"
7-
version = "6.4.1"
7+
version = "6.5.0"
88
description = "Minimalist and easy-to-use python library designed to query CEP (brazilian zip codes) data"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)