Skip to content

Commit

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

## [0.7.0](https://github.com/AlertaDengue/PySUS/compare/v0.6.4...0.7.0) (2023-02-06)


### Features

* **semantic-release:** add semantic release to the project ([#114](https://github.com/AlertaDengue/PySUS/issues/114)) ([b079089](https://github.com/AlertaDengue/PySUS/commit/b0790898785666f588e716e02acdcc536d06c2e5))


### Bug Fixes

* **sinan:** remove hardcoded data path when extracting from pysus ([#113](https://github.com/AlertaDengue/PySUS/issues/113)) ([c56d2b1](https://github.com/AlertaDengue/PySUS/commit/c56d2b1a0ecf4e0d8efa4ea76e8cae3decc788d5))
* **sm-release:** fixing wrong branch on semantic-release ([#115](https://github.com/AlertaDengue/PySUS/issues/115)) ([c22f13c](https://github.com/AlertaDengue/PySUS/commit/c22f13c9c12fa3df45045db6b9d346318a2f25ef))
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.6.4" # changed by semantic-release
version = "0.7.0" # 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.6.4" # changed by semantic-release
return "0.7.0" # changed by semantic-release


version: str = get_version()
Expand Down

0 comments on commit 2ac195d

Please sign in to comment.