Skip to content

Commit 07f3934

Browse files
committed
Release 1.2.0b3
1 parent c71e17b commit 07f3934

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.2.0b3 (2021-03-22)
2+
^^^^^^^^^^^^^^^^^^^^
3+
4+
* Don't run ROLLBACK when the connection is closed `#778 <https://github.com/aio-libs/aiopg/pull/778>`_
5+
6+
* Multiple cursors support `#801 <https://github.com/aio-libs/aiopg/pull/801>`_
7+
8+
19
1.2.0b2 (2020-12-21)
210
^^^^^^^^^^^^^^^^^^^^
311

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.0b2'
24+
__version__ = '1.2.0b3'
2525

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

0 commit comments

Comments
 (0)