Skip to content

Commit 594b3bb

Browse files
committed
bump version
1 parent 552e0a8 commit 594b3bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

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

4+
0.13.2 (2018-01-03)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Fixed compatibility with SQLAlchemy 1.2.0 #412
8+
9+
410
0.13.1 (2017-09-10)
511
^^^^^^^^^^^^^^^^^^^
612

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.1'
14+
__version__ = '0.13.2'
1515

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

0 commit comments

Comments
 (0)