diff options
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" |
