Skip to content

Commit

Permalink
Bump version to 2022.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Apr 20, 2022
1 parent 15adc2b commit 597d2df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
to change the max_workers parameter to None to allow the default
in ThreadPoolExecutor to be used, rather than a constant of 10.

2022.4.1 @Pirulax pushed for removing `loop` from the `gather` call
2022.4.1 @Pirulax pushed for removing `loop` from the `gather` call based
on the deprecation warning, so there's a small refactor in
https://github.com/cjrh/aiorun/pull/69
2 changes: 1 addition & 1 deletion aiorun.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


__all__ = ["run", "shutdown_waits_for"]
__version__ = "2021.10.1"
__version__ = "2022.04.1"
logger = logging.getLogger("aiorun")
WINDOWS = sys.platform == "win32"

Expand Down

0 comments on commit 597d2df

Please sign in to comment.