Skip to content

Commit c97b975

Browse files
committed
Release 1.2.1
1 parent 9de70ba commit c97b975

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
1.2.0 (2021-03-23)
1+
1.2.1 (2021-03-23)
22
^^^^^^^^^^^^^^^^^^
33

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

57
1.2.0b4 (2021-03-23)
68
^^^^^^^^^^^^^^^^^^^^

aiopg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'Connection', 'Cursor', 'Pool', 'version', 'version_info',
2222
'DEFAULT_TIMEOUT', 'IsolationLevel', 'Transaction')
2323

24-
__version__ = '1.2.0'
24+
__version__ = '1.2.1'
2525

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

0 commit comments

Comments
 (0)