Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 27, 2022
1 parent 6f76dc3 commit 49ab8ba
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.2.0](https://github.com/thegraphnetwork/epigraphhub_py/compare/1.1.1...1.2.0) (2022-09-27)


### Features

* 52 added a module to calculate basic epidemiological indicators ([#172](https://github.com/thegraphnetwork/epigraphhub_py/issues/172)) ([6f76dc3](https://github.com/thegraphnetwork/epigraphhub_py/commit/6f76dc302f7191e6c86c78196cc18640d3cf5b32))

## [1.1.1](https://github.com/thegraphnetwork/epigraphhub_py/compare/1.1.0...1.1.1) (2022-09-09)


Expand Down
2 changes: 1 addition & 1 deletion epigraphhub/__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 "1.1.1" # changed by semantic-release
return "1.2.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
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "epigraphhub"
version = "1.1.1" # changed by semantic-release
version = "1.2.0" # changed by semantic-release
description = "Epigraphhub Python package"
readme = "README.md"
authors = ["thegraphnetwork <[email protected]>"]
Expand Down

0 comments on commit 49ab8ba

Please sign in to comment.