Skip to content

Commit

Permalink
Bump to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 15, 2017
1 parent ce0273f commit 6b41a4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
3.3.0 (2017-10-xx)
3.3.0 (2017-10-15)
------------------

* Introduce abstract base classes (#102)

* Publish OSX binary wheels (#153)


3.2.0 (2017-09-17)
------------------
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__ = '3.2.0'
__version__ = '3.3.0'


from ._abc import MultiMapping, MutableMultiMapping
Expand Down

2 comments on commit 6b41a4e

@webknjaz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@webknjaz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.