Skip to content

Commit

Permalink
Release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Mar 23, 2022
1 parent 07f762e commit c268c1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ from version 1.20.0 onwards.

- n/a

## [2.10.1] - 2022-03-23

### Fixed

- Fixed output of `f_zip` never resolving if an input future was cancelled.

## [2.10.0] - 2022-02-27

### Changed
Expand Down Expand Up @@ -296,7 +302,8 @@ from version 1.20.0 onwards.
- Minor improvements to logging


[Unreleased]: https://github.com/rohanpm/more-executors/compare/v2.10.0...HEAD
[Unreleased]: https://github.com/rohanpm/more-executors/compare/v2.10.1...HEAD
[2.10.1]: https://github.com/rohanpm/more-executors/compare/v2.10.0...v2.10.1
[2.10.0]: https://github.com/rohanpm/more-executors/compare/v2.9.0...v2.10.0
[2.9.0]: https://github.com/rohanpm/more-executors/compare/v2.8.2...v2.9.0
[2.8.2]: https://github.com/rohanpm/more-executors/compare/v2.8.1...v2.8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_install_requires():

setup(
name="more-executors",
version="2.10.0",
version="2.10.1",
author="Rohan McGovern",
author_email="[email protected]",
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit c268c1b

Please sign in to comment.