Skip to content

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 21, 2023
1 parent 67fca92 commit 376d330
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
---

## [0.13.0](https://github.com/AlertaDengue/PySUS/compare/0.12.0...0.13.0) (2023-12-21)


### Features

* **PNI:** include PNI Database ([#181](https://github.com/AlertaDengue/PySUS/issues/181)) ([67fca92](https://github.com/AlertaDengue/PySUS/commit/67fca920d744f82dc760bf6217746290d15d9c96))


### Bug Fixes

* Replace applymap with map for pd.DataFrame ([#180](https://github.com/AlertaDengue/PySUS/issues/180)) ([357b7ca](https://github.com/AlertaDengue/PySUS/commit/357b7ca5498dd7030bcf31c42179ef6a197b8f38))

## [0.12.0](https://github.com/AlertaDengue/PySUS/compare/0.11.0...0.12.0) (2023-12-05)


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.12.0" # changed by semantic-release
version = "0.13.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.12.0" # changed by semantic-release
return "0.13.0" # changed by semantic-release


version: str = get_version()
Expand Down

0 comments on commit 376d330

Please sign in to comment.