Skip to content

Commit 5ed6fd5

Browse files
authored
Release 1.1.0b0 (#757)
* Release 1.1 * Bump to beta * Fix CHANGES.txt * Fix version * Fix CHANGES.txt
1 parent 9c79fdd commit 5ed6fd5

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.1.0b0 (2020-12-07)
2+
^^^^^^^^^^^^^^^^^^^^
3+
4+
* Fix on_connect multiple call on acquire `#552 https://github.com/aio-libs/aiopg/pull/552`_
5+
6+
* Fix python 3.8 warnings `#622 https://github.com/aio-libs/aiopg/pull/642`_
7+
8+
* Bump minimum psycopg version to 2.8.4 `#754 https://github.com/aio-libs/aiopg/pull/754`_
9+
10+
* Fix Engine.release method to release connection in any way `#756 https://github.com/aio-libs/aiopg/pull/756`_
11+
12+
113
1.0.0 (2019-09-20)
214
^^^^^^^^^^^^^^^^^^
315

MAINTAINERS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
* Andrew Svetlov <[email protected]>
22
* Alexey Firsov <[email protected]>
33
* Alexey Popravka <[email protected]>
4+
* Yury Pliner <[email protected]>

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.1.0a0'
24+
__version__ = '1.1.0b0'
2525

2626
version = __version__ + ' , Python ' + sys.version
2727

0 commit comments

Comments
 (0)