Skip to content

Commit 1545924

Browse files
committed
Release 1.2.0
1 parent 03fa1e1 commit 1545924

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.0 (2021-03-23)
2+
^^^^^^^^^^^^^^^^^^
3+
4+
15
1.2.0b4 (2021-03-23)
26
^^^^^^^^^^^^^^^^^^^^
37

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

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

0 commit comments

Comments
 (0)