Skip to content

Commit 5909376

Browse files
committed
0.4.5
1 parent 76651a5 commit 5909376

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.4.5] - 2020-10-04
4+
* Fixed `pl.task.from_iterable` to solve #56
5+
* `pl.*.ordered` implementations now based on `bisect.insort`.
6+
37
## [0.4.4] - 2020-07-09
48
* Lazily creates `MANAGER` object in `pl.process` to _potentially_ avoid errors on Windows and OSX.
59

pypeln/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .utils import BaseStage
99

1010

11-
__version__ = "0.3.0"
11+
__version__ = "0.4.5"

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.4"
4+
version = "0.4.5"
55
description = ""
66
authors = ["Cristian Garcia <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)