Skip to content

Commit fda2a29

Browse files
chore(release): 1.0.1
1 parent d173ff6 commit fda2a29

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
## [1.0.1](https://github.com/AlertaDengue/PySUS/compare/1.0.0...1.0.1) (2026-02-19)
5+
6+
### Bug Fixes
7+
8+
* **release:** reinclude poetry install w/o full conda install on release.yaml ([#238](https://github.com/AlertaDengue/PySUS/issues/238)) ([d173ff6](https://github.com/AlertaDengue/PySUS/commit/d173ff6a2412b096d7501603d4d69b3b4a9e4bb8))
9+
* **release:** update node dep on release.yaml ([#236](https://github.com/AlertaDengue/PySUS/issues/236)) ([caefbeb](https://github.com/AlertaDengue/PySUS/commit/caefbeb369fb9d13c37f30757c96abf47623a16d))
10+
411
## [1.0.0](https://github.com/AlertaDengue/PySUS/compare/0.15.0...1.0.0) (2025-06-11)
512

613
### ⚠ 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 = "1.0.0" # changed by semantic-release
3+
version = "1.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>"]
66
license = "GPL"

pysus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_version() -> str:
1111
try:
1212
return importlib_metadata.version(__name__)
1313
except importlib_metadata.PackageNotFoundError: # pragma: no cover
14-
return "1.0.0" # changed by semantic-release
14+
return "1.0.1" # changed by semantic-release
1515

1616

1717
version: str = get_version()

0 commit comments

Comments
 (0)