Increment minor version number.
This commit is contained in:
@ -58,7 +58,7 @@ Guidelines
|
||||
License
|
||||
:::::::
|
||||
|
||||
`Bonobo is released under the apache license <https://github.com/python-bonobo/bonobo/blob/0.2/LICENSE>`_.
|
||||
`Bonobo is released under the apache license <https://github.com/python-bonobo/bonobo/blob/0.3/LICENSE>`_.
|
||||
|
||||
License for non lawyers
|
||||
:::::::::::::::::::::::
|
||||
|
||||
@ -41,7 +41,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.2/bonobo/io/csv.py#L63 and class hierarchy.
|
||||
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.
|
||||
|
||||
What is a plugin? Do I need to write one?
|
||||
-----------------------------------------
|
||||
|
||||
@ -17,7 +17,7 @@ but editable installs (see below).
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ pip install git+https://github.com/python-bonobo/bonobo.git@0.2#egg=bonobo
|
||||
$ pip install git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
|
||||
|
||||
Editable install
|
||||
::::::::::::::::
|
||||
@ -28,7 +28,7 @@ python interpreter.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@0.2#egg=bonobo
|
||||
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
|
||||
|
||||
.. note:: You can also use the `-e` flag instead of the long version.
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ We'll use a text file that was generated using Bonobo from the "liste-des-cafes-
|
||||
Mairie de Paris under the Open Database License (ODbL). You can `explore the original dataset
|
||||
<https://opendata.paris.fr/explore/dataset/liste-des-cafes-a-un-euro/information/>`_.
|
||||
|
||||
You'll need the `example dataset <https://github.com/python-bonobo/bonobo/blob/0.2/bonobo/examples/datasets/coffeeshops.txt>`_,
|
||||
You'll need the `example dataset <https://github.com/python-bonobo/bonobo/blob/0.3/bonobo/examples/datasets/coffeeshops.txt>`_,
|
||||
available in **Bonobo**'s repository.
|
||||
|
||||
.. literalinclude:: ../../bonobo/examples/tutorials/tut02_01_read.py
|
||||
@ -75,7 +75,7 @@ containerization capabilities are provided by an optional and separate python pa
|
||||
It also change a bit the way you can configure service dependencies. The CLI won't run the `if __name__ == '__main__'`
|
||||
block, and thus it won't get the configured services passed to :func:`bonobo.run`. Instead, one option to configure
|
||||
services is to define a `get_services()` function in a
|
||||
`_services.py <https://github.com/python-bonobo/bonobo/blob/0.2/bonobo/examples/tutorials/_services.py>`_ file.
|
||||
`_services.py <https://github.com/python-bonobo/bonobo/blob/0.3/bonobo/examples/tutorials/_services.py>`_ file.
|
||||
|
||||
There will be more options using the CLI or environment to override things soon.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user