Skip to content

Commit

Permalink
Bump to 0.16.0 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
vir-mir authored Jan 25, 2019
1 parent 862fff9 commit 454ac0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGES
-------

0.16.0 (2019-01-25)
^^^^^^^^^^^^^^^^^^^

* Fix select priority name (#525)

* Rename `psycopg2` to `psycopg2-binary` to fix deprecation warning (#507)

* Fix #189 hstore when using ReadDictCursor (#512)

* close cannot be used while an asynchronous query is underway (#452)

* sqlalchemy adapter trx begin allow transaction_mode (#498)


0.15.0 (2018-08-14)
^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions MAINTAINERS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ The list of *aiopg* maintainers.

Andrew Svetlov <[email protected]>
Alexey Popravka <[email protected]>
Alexey Firsov <[email protected]>
2 changes: 1 addition & 1 deletion aiopg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'version', 'version_info', 'DEFAULT_TIMEOUT', 'IsolationLevel',
'Transaction')

__version__ = '0.15.0'
__version__ = '0.16.0'

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

Expand Down

0 comments on commit 454ac0b

Please sign in to comment.