Skip to content

Commit b3a31ac

Browse files
chore(release): 2.6.4
1 parent 769721d commit b3a31ac

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Release Notes
22
---
33

4+
## [2.6.4](https://github.com/AlertaDengue/PySUS/compare/2.6.3...2.6.4) (2026-07-08)
5+
46
## [2.6.3](https://github.com/AlertaDengue/PySUS/compare/2.6.2...2.6.3) (2026-07-06)
57

68
## [2.6.2](https://github.com/AlertaDengue/PySUS/compare/2.6.1...2.6.2) (2026-07-06)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysus"
3-
version = "2.6.3" # changed by semantic-release
3+
version = "2.6.4" # changed by semantic-release
44
description = "Tools for dealing with Brazil's Public health data"
55
authors = ["Flavio Codeco Coelho <fccoelho@gmail.com>", "Luã Bida Vacaro <luabidaa@gmail.com>"]
66
license = "GPL"

pysus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_version() -> str:
1717
try:
1818
return importlib_metadata.version(__name__)
1919
except importlib_metadata.PackageNotFoundError: # pragma: no cover
20-
return "2.6.3" # changed by semantic-release"
20+
return "2.6.4" # changed by semantic-release"
2121

2222

2323
version: str = get_version()

0 commit comments

Comments
 (0)