Skip to content

Commit 754f3e9

Browse files
authored
v0.16 (#202)
* Handle hard timeout in parent process (f3b3e24) * Add queue name to logs (a090d00)
1 parent a090d00 commit 754f3e9

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 0.16
4+
5+
### Other changes
6+
7+
* Handle hard timeout in parent process ([f3b3e24](https://github.com/closeio/tasktiger/commit/f3b3e24485497a2b87281a1b809966bcb525c5fc))
8+
* Add queue name to logs ([a090d00](https://github.com/closeio/tasktiger/commit/a090d00bca496082f149f2187b026ff96a0d4fac))
9+
310
## Version 0.15
411

512
### Other changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='tasktiger',
12-
version='0.15',
12+
version='0.16',
1313
url='http://github.com/closeio/tasktiger',
1414
license='MIT',
1515
description='Python task queue',

0 commit comments

Comments
 (0)