Skip to content

Commit 75e3ac0

Browse files
committed
release 0.23.0
1 parent d2bbd02 commit 75e3ac0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.23.0
4+
* Added `Task.current_task_is_batch`
5+
6+
37
## Version 0.22.0
48
* Minimum python version is now 3.10
59
* Added type safety to task decorator [302](https://github.com/closeio/tasktiger/issues/302). Wrapped functions retain type information for params and return value, plus capture some config that is added to the function.

tasktiger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .tasktiger import TaskTiger, run_worker
1313
from .worker import Worker
1414

15-
__version__ = "0.22.0"
15+
__version__ = "0.23.0"
1616
__all__ = [
1717
"TaskTiger",
1818
"Worker",

0 commit comments

Comments
 (0)