Official support for python 3.4

This commit is contained in:
Manuel Ebert 2014-05-22 11:56:28 -07:00
parent 0961aa7610
commit 78eda12287
3 changed files with 6 additions and 2 deletions

View file

@ -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'