Skip to content

Commit f7a11f4

Browse files
committed
Bump to 2.1.0
1 parent fb35072 commit f7a11f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.1.0 (XXXX-XX-XX)
1+
2.1.0 (2016-09-18)
22
------------------
33

44
* Allow to create proxy from proxy

multidict/__init__.py

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

13-
__version__ = '2.0.1'
13+
__version__ = '2.1.0'
1414

1515

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

0 commit comments

Comments
 (0)