summaryrefslogtreecommitdiffstats
path: root/jrnl/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'jrnl/__init__.py')
-rw-r--r--jrnl/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrnl/__init__.py b/jrnl/__init__.py
index 1e1dc0ec..91b75919 100644
--- a/jrnl/__init__.py
+++ b/jrnl/__init__.py
@@ -8,7 +8,7 @@ jrnl is a simple journal application for your command line.
from __future__ import absolute_import
__title__ = 'jrnl'
-__version__ = '1.7.22'
+__version__ = '1.8.0'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'