Skip to content

Commit ea56c51

Browse files
committed
Bump to 0.15.0
1 parent 89c95e3 commit ea56c51

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ build
99
htmlcov
1010
docs/_build
1111
.tox
12-
.cache
12+
.cache
13+
.pytest_cache

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.15.0 (2018-08-14)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Support Python 3.7 (#437)
8+
49
0.14.0 (2018-05-10)
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.14.0'
14+
__version__ = '0.15.0'
1515

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

0 commit comments

Comments
 (0)