----------------
- Support Python 3.5
- It's now possible to create local components before a ``bower_components``
directory has been defined.
- Backward incompatible change: Remove ``version`` argument of
``config.add_bower_component`` (version information from the
``bower.json`` file is used instead).
- Backward incompatible change: Rename keyword argument identifier ``name`` of
``config.add_bower_components`` and ``request.include`` to
``components_name``.
- Add checks if components directory exists and if local components contain a
``bower.json`` file.