Skip to content

Commit 765c71b

Browse files
committed
Changes for 8.0.1
1 parent bc1383a commit 765c71b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '8.0.0'
52+
version = '8.0.1'
5353
# The full version, including alpha/beta/rc tags.
5454
release = version
5555

docs/versions.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Version History
55
.. automodule:: more_itertools
66
:noindex:
77

8+
8.0.1
9+
-----
10+
11+
* Bug fixes
12+
* The type stub files now work for functions imported from the
13+
root package (thanks to keisheiled)
14+
815
8.0.0
916
-----
1017

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_long_description():
2222

2323
setup(
2424
name='more-itertools',
25-
version='8.0.0',
25+
version='8.0.1',
2626
description='More routines for operating on iterables, beyond itertools',
2727
long_description=get_long_description(),
2828
author='Erik Rose',

0 commit comments

Comments
 (0)