Changelog

This commit is contained in:
Manuel Ebert 2014-01-03 16:02:39 +01:00
parent 480eb4574b
commit 24147a25af
3 changed files with 4 additions and 4 deletions

View file

@ -7,10 +7,10 @@ jrnl is a simple journal application for your command line.
"""
__title__ = 'jrnl'
__version__ = '1.7.4'
__version__ = '1.7.5'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 Manuel Ebert'
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'
from . import Journal
from . import cli