Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 25, 2023
1 parent f44c6ab commit 48503ab
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,2 +1,9 @@
Release Notes
---

## 1.0.0 (2023-04-25)


### Features

* **release:** Remove commented-out code for pytest in Linux workflow ([#21](https://github.com/AlertaDengue/epi-scanner/issues/21)) ([f44c6ab](https://github.com/AlertaDengue/epi-scanner/commit/f44c6ab6a9b71d0cdc0c4c915b6a9bac2f2a0872))
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 "0.1.0" # changed by semantic-release
return "1.0.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 = "0.1.0" # changed by semantic-release
version = "1.0.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 48503ab

Please sign in to comment.