Skip to content

Commit e55ceb1

Browse files
committed
Bump to 1.1.0b5
1 parent 092a0b4 commit e55ceb1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
'sphinx.ext.viewcode',
5555
'sphinx.ext.intersphinx',
5656
'alabaster',
57-
'sphinxcontrib.spelling',
5857
]
5958

6059

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', '__version__')
1212

13-
__version__ = '1.1.0b4'
13+
__version__ = '1.1.0b5'
1414

1515

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

0 commit comments

Comments
 (0)