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

@ -26,7 +26,7 @@ but editable installs (see below).
.. code-block:: shell-session
$ pip install git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
$ pip install git+https://github.com/python-bonobo/bonobo.git@master#egg=bonobo
Editable install
::::::::::::::::
@ -37,7 +37,7 @@ python interpreter.
.. code-block:: shell-session
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@master#egg=bonobo
.. note:: You can also use the `-e` flag instead of the long version.