Skip to content

Commit

Permalink
Bump to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 15, 2018
1 parent f2f6943 commit 860bda6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.. _changes:

4.2.0 (2018-01-15)
------------------

* Publish ``py.typed`` flag for type hinting analyzers (``mypy`` etc).

4.1.0 (2018-01-28)
------------------

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.1.0'
__version__ = '4.2.0'


from ._abc import MultiMapping, MutableMultiMapping
Expand Down

0 comments on commit 860bda6

Please sign in to comment.