Skip to content

Commit

Permalink
Bump to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 10, 2018
1 parent 45babe7 commit 25d726f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
-------

0.14.0 (2018-05-10)
^^^^^^^^^^^^^^^^^^^

* Add ``get_dialect`` func to have ability to pass ``json_serializer`` #451

0.13.2 (2018-01-03)
^^^^^^^^^^^^^^^^^^^

Expand Down
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.13.2'
__version__ = '0.14.0'

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

Expand Down

0 comments on commit 25d726f

Please sign in to comment.