Skip to content

Commit 6cc4247

Browse files
chore(release): 2.1.0
1 parent 448c543 commit 6cc4247

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
## [2.1.0](https://github.com/AlertaDengue/PySUS/compare/2.0.4...2.1.0) (2026-05-22)
5+
6+
### Features
7+
8+
* include the 'client' field in the querying and prioritize FTP client ([#273](https://github.com/AlertaDengue/PySUS/issues/273)) ([448c543](https://github.com/AlertaDengue/PySUS/commit/448c5434a68c53e6baa980aa5350a90c6d179f8c))
9+
10+
### Bug Fixes
11+
12+
* **dadosgov:** include group aliases on DadosGov to link files with FTP ([#272](https://github.com/AlertaDengue/PySUS/issues/272)) ([6aca1bd](https://github.com/AlertaDengue/PySUS/commit/6aca1bd56498516e38d8183558ce5d5fb7de4912))
13+
414
## [2.0.4](https://github.com/AlertaDengue/PySUS/compare/2.0.3...2.0.4) (2026-05-18)
515

616
### Bug Fixes

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

2222

2323
version: str = get_version()

0 commit comments

Comments
 (0)