Skip to content

Commit 454ac0b

Browse files
authored
Bump to 0.16.0 (#531)
1 parent 862fff9 commit 454ac0b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGES.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
CHANGES
22
-------
33

4+
0.16.0 (2019-01-25)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Fix select priority name (#525)
8+
9+
* Rename `psycopg2` to `psycopg2-binary` to fix deprecation warning (#507)
10+
11+
* Fix #189 hstore when using ReadDictCursor (#512)
12+
13+
* close cannot be used while an asynchronous query is underway (#452)
14+
15+
* sqlalchemy adapter trx begin allow transaction_mode (#498)
16+
17+
418
0.15.0 (2018-08-14)
519
^^^^^^^^^^^^^^^^^^^
620

MAINTAINERS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ The list of *aiopg* maintainers.
55

66
Andrew Svetlov <[email protected]>
77
Alexey Popravka <[email protected]>
8+
Alexey Firsov <[email protected]>

aiopg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'version', 'version_info', 'DEFAULT_TIMEOUT', 'IsolationLevel',
1212
'Transaction')
1313

14-
__version__ = '0.15.0'
14+
__version__ = '0.16.0'
1515

1616
version = __version__ + ' , Python ' + sys.version
1717

0 commit comments

Comments
 (0)