Skip to content

Commit

Permalink
Bump to 3.2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 15, 2017
1 parent 8beca73 commit f52fb0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ target/

multidict/_multidict.html
multidict/_multidict.c
multidict/_istr.c
multidict/_istr.html

.mypy_cache

Expand Down
5 changes: 1 addition & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
3.3.0 (2017-09-14)
3.2.0 (2017-09-xx)
------------------

* Fix pickling (#134)

3.2.0 (2017-08-28)
------------------

* Fix equality check when other contains more keys (#124)

3.1.3 (2017-07-14)
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.3.0a1'
__version__ = '3.2.0a2'


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

0 comments on commit f52fb0c

Please sign in to comment.