Skip to content

Commit 25d726f

Browse files
committed
Bump to 0.14.0
1 parent 45babe7 commit 25d726f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

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

4+
0.14.0 (2018-05-10)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Add ``get_dialect`` func to have ability to pass ``json_serializer`` #451
8+
49
0.13.2 (2018-01-03)
510
^^^^^^^^^^^^^^^^^^^
611

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.13.2'
14+
__version__ = '0.14.0'
1515

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

0 commit comments

Comments
 (0)