Skip to content

Commit e7f2044

Browse files
committed
Bump to 3.0.0
1 parent bd9cbdf commit e7f2044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.0.0 (xxxx-xx-xx)
1+
3.0.0 (2017-06-21)
22
------------------
33

44
* Refactor internal data structures: main dict operations are about

multidict/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__all__ = ('MultiDictProxy', 'CIMultiDictProxy',
1111
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
1212

13-
__version__ = '3.0.0a0'
13+
__version__ = '3.0.0'
1414

1515

1616
if bool(os.environ.get('MULTIDICT_NO_EXTENSIONS')):

0 commit comments

Comments
 (0)