diff --git a/.github/release_log.py b/.github/release_log.py index 0e3ee7f4..717cd6f6 100755 --- a/.github/release_log.py +++ b/.github/release_log.py @@ -45,10 +45,7 @@ def main(): print(f'* {first_line}') print(f' (by {username} in {sha}', end='') - if issue_num: - print(f' for #{issue_num})') - else: - print(')') + print(')') print() diff --git a/asyncpg/_version.py b/asyncpg/_version.py index ddc3a79a..64da11df 100644 --- a/asyncpg/_version.py +++ b/asyncpg/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.29.0.dev0' +__version__ = '0.29.0'