Skip to content

Commit

Permalink
Merge pull request #555 from more-itertools/version-8.10.0
Browse files Browse the repository at this point in the history
Version 8.10.0
  • Loading branch information
bbayles committed Sep 17, 2021
2 parents 2129549 + 14c92a5 commit d23124d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/versions.rst
Expand Up @@ -5,6 +5,16 @@ Version History
.. automodule:: more_itertools
:noindex:

8.10.0
------

* Changes to existing functions
* The type stub for :func:`iter_except` was improved (thanks to MarcinKonowalczyk)

* Other changes:
* Type stubs now ship with the source release (thanks to saaketp)
* The Sphinx docs were improved (thanks to MarcinKonowalczyk)

8.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion more_itertools/__init__.py
@@ -1,4 +1,4 @@
from .more import * # noqa
from .recipes import * # noqa

__version__ = '8.9.0'
__version__ = '8.10.0'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.9.0
current_version = 8.10.0
commit = True
tag = False
files = more_itertools/__init__.py
Expand Down

0 comments on commit d23124d

Please sign in to comment.