mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Changelog, dogs
This commit is contained in:
parent
c283a328e0
commit
91fd821bcc
4 changed files with 24 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue