Skip to content

Commit ec699a9

Browse files
committed
Bump to 4.4.1
1 parent 612d897 commit ec699a9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
.. _changes:
22

3+
4.4.1 (2018-09-17)
4+
------------------
5+
6+
* Fix type annotations (:pr:`283`)
7+
8+
* Allow to install the library on systems without compilation toolset
9+
(:pr:`281`)
10+
11+
312
4.4.0 (2018-07-04)
413
------------------
514

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'MultiDictProxy', 'CIMultiDictProxy',
1313
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
1414

15-
__version__ = '4.4.0'
15+
__version__ = '4.4.1'
1616

1717

1818
from ._abc import MultiMapping, MutableMultiMapping

0 commit comments

Comments
 (0)