Skip to content

Commit 326a5b1

Browse files
committed
Bump to 2.1.5
1 parent c0c93cb commit 326a5b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.1.5 (2017-05-13)
2+
------------------
3+
4+
* Build Python 3.6 binary wheels
5+
16
2.1.4 (2016-12-1)
27
------------------
38

multidict/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__all__ = ('MultiDictProxy', 'CIMultiDictProxy',
1111
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
1212

13-
__version__ = '2.1.4'
13+
__version__ = '2.1.5'
1414

1515

1616
if bool(os.environ.get('MULTIDICT_NO_EXTENSIONS')):

0 commit comments

Comments
 (0)