Skip to content

Commit

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

## [0.9.4](https://github.com/AlertaDengue/PySUS/compare/0.9.3...0.9.4) (2023-07-31)


### Bug Fixes

* **dependencies:** minor dependencies fix ([#142](https://github.com/AlertaDengue/PySUS/issues/142)) ([acbf6e0](https://github.com/AlertaDengue/PySUS/commit/acbf6e0f5dde21348723f474761f687090256258))

## [0.9.3](https://github.com/AlertaDengue/PySUS/compare/0.9.2...0.9.3) (2023-06-06)


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.9.3" # changed by semantic-release
version = "0.9.4" # changed by semantic-release
description = "Tools for dealing with Brazil's Public health data"
authors = ["Flavio Codeco Coelho <[email protected]>"]
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.9.3" # changed by semantic-release
return "0.9.4" # changed by semantic-release


version: str = get_version()
Expand Down

0 comments on commit fb4521b

Please sign in to comment.