Changelog, dogs

This commit is contained in:
Manuel Ebert 2013-12-22 17:11:32 +01:00
parent c283a328e0
commit 91fd821bcc
4 changed files with 24 additions and 6 deletions

View file

@ -375,7 +375,6 @@ class DayOne(Journal):
}
plistlib.writePlist(entry_plist, filename)
for entry in self._deleted_entries:
print "DELETING", entry.uuid, entry.title
filename = os.path.join(self.config['journal'], "entries", entry.uuid+".doentry")
os.remove(filename)

View file

@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
"""
__title__ = 'jrnl'
__version__ = '1.7.0'
__version__ = '1.7.1'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 Manuel Ebert'