Skip to content

Commit e65befc

Browse files
chore(release): 2.0.1
1 parent e7d2117 commit e65befc

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
## [2.0.1](https://github.com/AlertaDengue/PySUS/compare/2.0.0...2.0.1) (2026-05-05)
5+
6+
### Bug Fixes
7+
8+
* include group on sinan listing ([#259](https://github.com/AlertaDengue/PySUS/issues/259)) ([e7d2117](https://github.com/AlertaDengue/PySUS/commit/e7d211734ab5c40812f98ad1659a36822f5874ae))
9+
410
## [2.0.0](https://github.com/AlertaDengue/PySUS/compare/1.0.1...2.0.0) (2026-05-05)
511

612
### ⚠ BREAKING CHANGES

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.0.0" # changed by semantic-release
3+
version = "2.0.1" # 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.0.0" # changed by semantic-release"
20+
return "2.0.1" # changed by semantic-release"
2121

2222

2323
version: str = get_version()

0 commit comments

Comments
 (0)