We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a090d00 commit 754f3e9Copy full SHA for 754f3e9
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## Version 0.15
11
12
### Other changes
setup.py
@@ -9,7 +9,7 @@
setup(
name='tasktiger',
- version='0.15',
+ version='0.16',
13
url='http://github.com/closeio/tasktiger',
14
license='MIT',
15
description='Python task queue',
0 commit comments