Skip to content

Commit

Permalink
v3.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Dec 5, 2020
1 parent 42b761e commit e280042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/frictionless-py/commits/master).

## v3.41

- Update Loader/Parser API to write to different targets (#579) (BREAKING: minor)

## v3.40

- Implemented a standalone multipart loader (#573)
Expand Down
2 changes: 1 addition & 1 deletion frictionless/assets/VERSION
@@ -1 +1 @@
3.40.0
3.41.0
2 changes: 0 additions & 2 deletions frictionless/plugins/text.py
@@ -1,9 +1,7 @@
import io
from ..exception import FrictionlessException
from ..control import Control
from ..plugin import Plugin
from ..loader import Loader
from .. import errors
from .. import config


Expand Down

0 comments on commit e280042

Please sign in to comment.