Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Mar 23, 2021
1 parent 9de70ba commit c97b975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
1.2.0 (2021-03-23)
1.2.1 (2021-03-23)
^^^^^^^^^^^^^^^^^^

* Pop loop in connection init due to backward compatibility `#808 <https://github.com/aio-libs/aiopg/pull/808>`_


1.2.0b4 (2021-03-23)
^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion aiopg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'Connection', 'Cursor', 'Pool', 'version', 'version_info',
'DEFAULT_TIMEOUT', 'IsolationLevel', 'Transaction')

__version__ = '1.2.0'
__version__ = '1.2.1'

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

Expand Down

0 comments on commit c97b975

Please sign in to comment.