Skip to content

Commit 2a790e4

Browse files
committed
0.4.4
1 parent c8b7277 commit 2a790e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.4.4] - 2020-07-09
4+
* Lazily creates `MANAGER` object in `pl.process` to _potentially_ avoid errors on Windows and OSX.
5+
36
## [0.4.3] - 2020-06-27
47
* `flat_map` now also allows the return argument to be an `Awaitable[Iterable]` consisten with pypeln `< 0.4` versions.
58

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "pypeln"
4-
version = "0.4.3"
4+
version = "0.4.4"
55
description = ""
66
authors = ["Cristian Garcia <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)