Skip to content

Commit fa5429c

Browse files
chore(release): 0.14.0
1 parent b3540d7 commit fa5429c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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+
## [0.14.0](https://github.com/AlertaDengue/PySUS/compare/0.13.1...0.14.0) (2024-04-16)
5+
6+
7+
### Features
8+
9+
* **IBGE:** continue work of AlertaDengue [#192](https://github.com/AlertaDengue/PySUS/issues/192) ([#193](https://github.com/AlertaDengue/PySUS/issues/193)) ([b3540d7](https://github.com/AlertaDengue/PySUS/commit/b3540d71b528b2eb2c57f3521c1032a341d8a8ef))
10+
411
## [0.13.1](https://github.com/AlertaDengue/PySUS/compare/0.13.0...0.13.1) (2024-01-12)
512

613

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 = "0.13.1" # changed by semantic-release
3+
version = "0.14.0" # changed by semantic-release
44
description = "Tools for dealing with Brazil's Public health data"
55
authors = ["Flavio Codeco Coelho <[email protected]>"]
66
license = "GPL"

pysus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_version() -> str:
99
try:
1010
return importlib_metadata.version(__name__)
1111
except importlib_metadata.PackageNotFoundError: # pragma: no cover
12-
return "0.13.1" # changed by semantic-release
12+
return "0.14.0" # changed by semantic-release
1313

1414

1515
version: str = get_version()

0 commit comments

Comments
 (0)