summaryrefslogtreecommitdiffstats
path: root/nikola/__init__.py
diff options
context:
space:
mode:
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 34396c9..e085f91 100644
--- a/nikola/__init__.py
+++ b/nikola/__init__.py
@@ -29,7 +29,7 @@
import os
import sys
-__version__ = '8.1.3'
+__version__ = '8.2.0'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS'))