Skip to content

Commit

Permalink
Bump to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 14, 2021
1 parent 87e1fdd commit 81aadb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
-------

0.0.22 (2021-11-11)
0.0.22 (2021-11-14)
^^^^^^^^^^^^^^^^^^^

* Support python 3.10 #505
Expand Down
2 changes: 1 addition & 1 deletion aiomysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .cursors import Cursor, SSCursor, DictCursor, SSDictCursor
from .pool import create_pool, Pool

__version__ = '0.0.21'
__version__ = '0.0.22'

__all__ = [

Expand Down

0 comments on commit 81aadb2

Please sign in to comment.