diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7e5e62be..257e517d 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -3,14 +3,14 @@ Release Notes .. towncrier release notes start -Eth_Abi 2.1.1 (2020-02-27) +eth-abi v2.1.1 (2020-02-27) -------------------------- Bugfixes ~~~~~~~~ - If subclassing :meth:`eth_abi.decoding.ContextFramesBytesIO.seek`, the new method was not - being used up :meth:`~eth_abi.decoding.ContextFramesBytesIO.seek_in_frame`. Now it will be. (`#139 `__) + being used by :meth:`~eth_abi.decoding.ContextFramesBytesIO.seek_in_frame`. Now it will be. (`#139 `__) Internal Changes - for eth_abi contributors diff --git a/pyproject.toml b/pyproject.toml index 473f9695..4a7829f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ package = "eth_abi" filename = "docs/release_notes.rst" directory = "newsfragments" underlines = ["-", "~", "^"] +title_format = "eth-abi v{version} ({project_date})" issue_format = "`#{issue} `__" [[tool.towncrier.type]]