Skip to content

Commit 0479ab5

Browse files
committed
Bump to 2.0 version
1 parent 4f60464 commit 0479ab5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.0.0 (2016-07-28)
2+
------------------
3+
4+
* Switch from uppercase approach for case-insensitive string to
5+
`str.title()` #5
6+
7+
* Deprecase `upstr` class in favor of `istr` alias.
8+
19
1.2.1 (2016-07-21)
210
------------------
311

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__ = '1.2.1'
13+
__version__ = '2.0.0'
1414

1515

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

0 commit comments

Comments
 (0)