Skip to content

Commit b2c747c

Browse files
committed
Bump to 8.0.2
1 parent ec3be5c commit b2c747c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.1'
52+
version = '8.0.2'
5353
# The full version, including alpha/beta/rc tags.
5454
release = version
5555

docs/versions.rst

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

8+
8.0.2
9+
-----
10+
11+
* Bug fixes
12+
* The type stub files are now part of the wheel distribution (thanks to keisheiled)
13+
814
8.0.1
915
-----
1016

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.1',
25+
version='8.0.2',
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)