diff options
| author | 2013-11-20 16:58:50 -0300 | |
|---|---|---|
| committer | 2013-11-20 16:58:50 -0300 | |
| commit | ca94afc07df55cb7fc6fe3b4f3011877b7881195 (patch) | |
| tree | d81e1f275aa77545f33740723f307a83dde2e0b4 /nikola/__init__.py | |
| parent | f794eee787e9cde54e6b8f53e45d69c9ddc9936a (diff) | |
Imported Upstream version 6.2.1upstream/6.2.1
Diffstat (limited to 'nikola/__init__.py')
| -rw-r--r-- | nikola/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nikola/__init__.py b/nikola/__init__.py index e6a5dd3..a04e3b9 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -1,4 +1,8 @@ +# -*- coding: utf-8 -*- + from __future__ import absolute_import from .nikola import Nikola # NOQA from . import plugins # NOQA + +__version__ = "6.2.1" |
