Skip to content

Commit 54f7800

Browse files
chore(release): 0.15.0
1 parent 8ed64be commit 54f7800

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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+
## [0.15.0](https://github.com/AlertaDengue/PySUS/compare/0.14.3...0.15.0) (2024-12-03)
5+
6+
### Features
7+
8+
* **package:** bump version to 0.15.0 ([#216](https://github.com/AlertaDengue/PySUS/issues/216)) ([8ed64be](https://github.com/AlertaDengue/PySUS/commit/8ed64be381531306152edf0aa7c57711fff4b293))
9+
410
## [0.14.3](https://github.com/AlertaDengue/PySUS/compare/0.14.2...0.14.3) (2024-07-31)
511

612
### 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 = "0.14.3" # changed by semantic-release
3+
version = "0.15.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
@@ -10,7 +10,7 @@ def get_version() -> str:
1010
try:
1111
return importlib_metadata.version(__name__)
1212
except importlib_metadata.PackageNotFoundError: # pragma: no cover
13-
return "0.14.3" # changed by semantic-release
13+
return "0.15.0" # changed by semantic-release
1414

1515

1616
version: str = get_version()

0 commit comments

Comments
 (0)