Skip to content

Commit ac946fb

Browse files
chore(release): 0.14.3
1 parent 7122019 commit ac946fb

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.14.3](https://github.com/AlertaDengue/PySUS/compare/0.14.2...0.14.3) (2024-07-31)
5+
6+
### Bug Fixes
7+
8+
* **release:** bump version on PyPI to 0.14.3 ([#204](https://github.com/AlertaDengue/PySUS/issues/204)) ([7122019](https://github.com/AlertaDengue/PySUS/commit/7122019a5278976bb659768360e141ba405b2c5d))
9+
410
## [0.14.2](https://github.com/AlertaDengue/PySUS/compare/0.14.1...0.14.2) (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.2" # changed by semantic-release
3+
version = "0.14.3" # 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.14.2" # changed by semantic-release
12+
return "0.14.3" # changed by semantic-release
1313

1414

1515
version: str = get_version()

0 commit comments

Comments
 (0)