Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 15, 2023
1 parent 74e9ddf commit c088f74
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
@@ -1,6 +1,21 @@
Release Notes
---

## [1.1.0](https://github.com/AlertaDengue/epi-scanner/compare/1.0.0...1.1.0) (2023-05-15)


### Features

* **modules:** Add support for exporting data for multiple diseases ([0a89bc4](https://github.com/AlertaDengue/epi-scanner/commit/0a89bc4e0a8842c5da5498eb850a09063e2fc202))
* **modules:** Add support for selecting disease in app ([c55bb3d](https://github.com/AlertaDengue/epi-scanner/commit/c55bb3d5e479cb42352202c4ebea414a7212390b))
* **tests:** Improve tests for get_alerta_table() and data_to_parquet() ([ec6cbfa](https://github.com/AlertaDengue/epi-scanner/commit/ec6cbfafea2e586f5c6759a168e1edeb3fd5cf64))


### Bug Fixes

* **linting:** Add trailing whitespace after inline comment in app.py ([b1b9b83](https://github.com/AlertaDengue/epi-scanner/commit/b1b9b83de68209f11bd50e3b0f7a2cfe423d2ea4))
* Update poetry.lock ([#28](https://github.com/AlertaDengue/epi-scanner/issues/28)) ([74e9ddf](https://github.com/AlertaDengue/epi-scanner/commit/74e9ddf0828bd101bb44aa35991db75c855665be))

## 1.0.0 (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion epi_scanner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def get_version() -> str:
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "1.0.0" # changed by semantic-release
return "1.1.0" # changed by semantic-release


version: str = get_version()
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 = "Episcanner"
version = "1.0.0" # changed by semantic-release
version = "1.1.0" # changed by semantic-release
description = "Dashboard quickstart template"
authors = ["Flávio Codeço Coelho <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c088f74

Please sign in to comment.