Skip to content

Commit d79b421

Browse files
committed
Bump to 4.1.0
1 parent 3d92022 commit d79b421

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
.. _changes:
22

3+
4.1.0 (2018-01-28)
4+
------------------
5+
6+
* Fix key casing in Pure Python impmenetation of
7+
:py:class:`CIMultiDict` (:pr:`202`)
8+
39
4.0.0 (2018-01-14)
410
------------------
511

multidict/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'MultiDictProxy', 'CIMultiDictProxy',
1313
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
1414

15-
__version__ = '4.0.0'
15+
__version__ = '4.1.0'
1616

1717

1818
from ._abc import MultiMapping, MutableMultiMapping

0 commit comments

Comments
 (0)