Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Sep 5, 2024
1 parent 49ee3fd commit 0a4fc63
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
name: Github CI Coverage

on: push
on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.5.0 (2024-08-18)

- Remove API Correios from website.

## 6.4.1 (2024-08-18)

- Fix beautifulsoup4 version
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 6.5.0 (2024-08-18)

- Remove API Correios from website.

## 6.4.1 (2024-08-18)

- Fix beautifulsoup4 version

## 6.4.0 (2024-08-14)

- Add API Correios (via Correios site) support
- Add OpenCEP support

## 6.3.1 (2024-05-05)

Update copyright and python version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

0 comments on commit 0a4fc63

Please sign in to comment.