summaryrefslogtreecommitdiffstats
path: root/nikola/__init__.py
diff options
context:
space:
mode:
authorLibravatarDererk <dererk@debian.org>2015-11-11 16:34:34 -0300
committerLibravatarDererk <dererk@debian.org>2015-11-11 16:34:34 -0300
commit4e3224c012df9f74f010eb92203520515e8537b9 (patch)
tree19322dc0c595268cb6864f21d7e92fd93cb826e9 /nikola/__init__.py
parent787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff)
Imported Upstream version 7.7.3upstream/7.7.3
Diffstat (limited to 'nikola/__init__.py')
-rw-r--r--nikola/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nikola/__init__.py b/nikola/__init__.py
index 4ab6e34..03d83da 100644
--- a/nikola/__init__.py
+++ b/nikola/__init__.py
@@ -29,7 +29,7 @@
from __future__ import absolute_import
import os
-__version__ = "7.6.4"
+__version__ = "7.7.3"
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
from .nikola import Nikola # NOQA