Skip to content

Commit b33b734

Browse files
committed
Bump to 4.4.2
1 parent 155b537 commit b33b734

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changes.rst

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

3+
4.4.2 (2018-09-19)
4+
------------------
5+
6+
* Restore Python 3.4 support (:pr:`289`)
7+
8+
39
4.4.1 (2018-09-17)
410
------------------
511

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.1'
15+
__version__ = '4.4.2'
1616

1717

1818
from ._abc import MultiMapping, MutableMultiMapping

0 commit comments

Comments
 (0)