Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Sep 7, 2024
1 parent 10516bc commit a4ea528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased
## v0.0.7 (2024-09-07)

* [Support python 3.12 and end support of 3.8](https://github.com/anna-money/asyncpg-listen/pull/211)
* [End support of python 3.9 and 3.10](https://github.com/anna-money/asyncpg-listen/pull/215)
Expand Down
2 changes: 1 addition & 1 deletion asyncpg_listen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"connect_func",
)

__version__ = "0.0.6"
__version__ = "0.0.7"

version = f"{__version__}, Python {sys.version}"

Expand Down

0 comments on commit a4ea528

Please sign in to comment.