Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Jun 27, 2020
1 parent 2fdba16 commit 849e032
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## [0.4.3] - 2020-06-27
* `flat_map` now also allows the return argument to be an `Awaitable[Iterable]` consisten with pypeln `< 0.4` versions.

## [0.4.2] - 2020-06-22
* Includes some conditional depedencies & imports to support Python >= `3.6`

## [0.4.1] - 2020-06-21
* Lowered Python version requirement to `3.5`, however to use the `task` module will only be available for versions >= `3.7`.
* ~~Lowered Python version requirement to `3.5`, however to use the `task` module will only be available for versions >= `3.7`.~~

## [0.4.0] - 2020-06-21
* Big internal refactor:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "pypeln"
version = "0.4.2"
version = "0.4.3"
description = ""
authors = ["Cristian Garcia <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 849e032

Please sign in to comment.