Skip to content

Commit

Permalink
chore(release): 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 22, 2024
1 parent 2ee4547 commit 1d37b48
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
---

## [1.0.7](https://github.com/AlertaDengue/episcanner-downloader/compare/1.0.6...1.0.7) (2024-04-22)


### Bug Fixes

* **sql:** include IF NOT EXISTS on create table statement ([9fbd7b6](https://github.com/AlertaDengue/episcanner-downloader/commit/9fbd7b612bb39c133a5a0e5d94a376ac47bf65c7))

## [1.0.6](https://github.com/AlertaDengue/episcanner-downloader/compare/1.0.5...1.0.6) (2024-04-04)


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-downloader"
version = "1.0.6" # changed by semantic-release
version = "1.0.7" # changed by semantic-release
description = "Dashboard quickstart template"
authors = ["Flávio Codeço Coelho <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/__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.6" # changed by semantic-release
return "1.0.7" # changed by semantic-release


version: str = get_version()
Expand Down

0 comments on commit 1d37b48

Please sign in to comment.