Skip to content

Commit 6b41a4e

Browse files
committed
Bump to 3.3.0
1 parent ce0273f commit 6b41a4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
3.3.0 (2017-10-xx)
1+
3.3.0 (2017-10-15)
22
------------------
33

44
* Introduce abstract base classes (#102)
55

6+
* Publish OSX binary wheels (#153)
7+
68

79
3.2.0 (2017-09-17)
810
------------------

multidict/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'MultiDictProxy', 'CIMultiDictProxy',
1313
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
1414

15-
__version__ = '3.2.0'
15+
__version__ = '3.3.0'
1616

1717

1818
from ._abc import MultiMapping, MutableMultiMapping

0 commit comments

Comments
 (0)