release: 0.4.0

This commit is contained in:
Romain Dorgueil
2017-06-10 15:34:22 +02:00
parent 187a24fca9
commit fb54143a7a
9 changed files with 83 additions and 16 deletions

View File

@ -62,7 +62,7 @@ context.
The API may evolve a bit though, because I feel it's a bit hackish, as it is. The concept will stay the same, but we need
to find a better way to apply it.
To understand how it works today, look at https://github.com/python-bonobo/bonobo/blob/0.3/bonobo/io/csv.py#L63 and class hierarchy.
To understand how it works today, look at https://github.com/python-bonobo/bonobo/blob/master/bonobo/nodes/io/csv.py#L31 and class hierarchy.
What is a plugin? Do I need to write one?