Skip to content

Commit

Permalink
chore(release): 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 16, 2024
1 parent b3540d7 commit fa5429c
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.14.0](https://github.com/AlertaDengue/PySUS/compare/0.13.1...0.14.0) (2024-04-16)


### Features

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

## [0.13.1](https://github.com/AlertaDengue/PySUS/compare/0.13.0...0.13.1) (2024-01-12)


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.13.1" # changed by semantic-release
version = "0.14.0" # 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.13.1" # changed by semantic-release
return "0.14.0" # changed by semantic-release


version: str = get_version()
Expand Down

0 comments on commit fa5429c

Please sign in to comment.