Pelican version 3.6

Today, I updated pelican to version 3.6 and also added a python 3 subpackage. You can test it in Fedora 22 by using

dnf --enablerepo=updates-testing install python3-pelican

If you're already using pelican,

dnf --enablerepo=updates-testing update python-pelican

Please leave feedback

Upgrading from previous release might require a change:

  1. Delete the cache folder, if exists
  2. Add the following to your settings file:
CACHE_CONTENT = True
LOAD_CONTENT_CACHE = True

The full change list is available on pelicans news page.