Skip to content

Commit 03fa1e1

Browse files
committed
Release 1.2.0b4
1 parent f2195be commit 03fa1e1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.0b4 (2021-03-23)
2+
^^^^^^^^^^^^^^^^^^^^
3+
4+
* Set max supported sqlalchemy version `#805 <https://github.com/aio-libs/aiopg/pull/805>`_
5+
6+
17
1.2.0b3 (2021-03-22)
28
^^^^^^^^^^^^^^^^^^^^
39

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

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

0 commit comments

Comments
 (0)