Skip to content

Commit

Permalink
Bump to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 16, 2018
1 parent 612d897 commit ec699a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
.. _changes:

4.4.1 (2018-09-17)
------------------

* Fix type annotations (:pr:`283`)

* Allow to install the library on systems without compilation toolset
(:pr:`281`)


4.4.0 (2018-07-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'MultiDictProxy', 'CIMultiDictProxy',
'MultiDict', 'CIMultiDict', 'upstr', 'istr')

__version__ = '4.4.0'
__version__ = '4.4.1'


from ._abc import MultiMapping, MutableMultiMapping
Expand Down

0 comments on commit ec699a9

Please sign in to comment.