mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
parent
aef9a0ee7e
commit
fde308e4ba
3 changed files with 10 additions and 5 deletions
|
@ -5,7 +5,8 @@ try: from . import Entry
|
|||
except (SystemError, ValueError): import Entry
|
||||
import codecs
|
||||
import os
|
||||
import parsedatetime.parsedatetime as pdt
|
||||
try: import parsedatetime.parsedatetime_consts as pdt
|
||||
except ImportError: import parsedatetime.parsedatetime as pdt
|
||||
import re
|
||||
from datetime import datetime
|
||||
import time
|
||||
|
|
|
@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
|
|||
"""
|
||||
|
||||
__title__ = 'jrnl'
|
||||
__version__ = '1.0.4'
|
||||
__version__ = '1.0.5'
|
||||
__author__ = 'Manuel Ebert'
|
||||
__license__ = 'MIT License'
|
||||
__copyright__ = 'Copyright 2013 Manuel Ebert'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue