Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Nov 23, 2024
1 parent 546ecc9 commit 6397938
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

6.6.0 (2024-11-23)
------------------

- Drop Python 3.8 support
- Add Python 3.13 support
- Add help, test, setup, coverage and docs commands on Makefile
- Replace nox by tox
- Add github issue and PR templates
- Add pre-commit hook (validate)
- Change mkdocs by sphinx (validate)

6.5.0 (2024-08-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion brazilcep/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.5.0"
__version__ = "6.6.0"

0 comments on commit 6397938

Please sign in to comment.