Skip to content

Commit

Permalink
chore(release): 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 31, 2024
1 parent 7122019 commit ac946fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
---

## [0.14.3](https://github.com/AlertaDengue/PySUS/compare/0.14.2...0.14.3) (2024-07-31)

### Bug Fixes

* **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))

## [0.14.2](https://github.com/AlertaDengue/PySUS/compare/0.14.1...0.14.2) (2024-07-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysus"
version = "0.14.2" # changed by semantic-release
version = "0.14.3" # changed by semantic-release
description = "Tools for dealing with Brazil's Public health data"
authors = ["Flavio Codeco Coelho <fccoelho@gmail.com>"]
license = "GPL"
Expand Down
2 changes: 1 addition & 1 deletion pysus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_version() -> str:
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.14.2" # changed by semantic-release
return "0.14.3" # changed by semantic-release


version: str = get_version()
Expand Down

0 comments on commit ac946fb

Please sign in to comment.