- work around a bug in beautifulsoup where whitespace was added in inline elements
0.4.0
------------------
- add ``fix_outline`` method to pages - use actual locale instead of C - fix some date/datetime related crashes
0.3.0
------------------
- add ``init`` option to bootstrap a new project
0.2.0
------------------
- allow HTML pages - drop support for python2.6 - add support for python3.4 - rename ``flekky.page`` to ``flekky.page_route``, so calls to ``url_for`` need to be adjusted - add ``--version`` command line option
0.1.1
------------------
- Bugfix on ``rlink()``
0.1.0
------------------
- tags and category support has been removed. Instead, the generic functions ``by_key`` and ``values`` have been introduced. - Additional files in root folder may now also be directories.