Skip to content

Commit

Permalink
Bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 14, 2017
1 parent b16c9a5 commit 8663266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
3.1.2 (2017-07-xx)
3.1.2 (2017-07-14)
------------------

* Fix type stub file
* Fix type annotations


3.1.1 (2017-07-09)
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__ = '3.1.2a0'
__version__ = '3.1.2'


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

0 comments on commit 8663266

Please sign in to comment.