Skip to content

Commit c042fe5

Browse files
committed
Ready for v0.3.1
1 parent 6391376 commit c042fe5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.3.1
2+
- Added proper error handling for apply_async
3+
14
v0.3.0
25
- Added bounded queue functionality
36
- Move print_progress_every from checkPool to object initialization

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "job-pool"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Enhanced Job Pool for Python Multiprocessing"
55
authors = ["Matthew The <matthew.the@tum.de>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)