Skip to content

Commit

Permalink
Bump to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 25, 2016
1 parent 75686ec commit 50ffced
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.1.2 (2016-09-25)
------------------

* Fix `CIMultiDict.update()` for case of accepting `istr`


2.1.1 (2016-09-22)
------------------

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

__version__ = '2.1.1'
__version__ = '2.1.2'


if bool(os.environ.get('MULTIDICT_NO_EXTENSIONS')):
Expand Down

0 comments on commit 50ffced

Please sign in to comment.