mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Version bump
This commit is contained in:
parent
1bab646c09
commit
e1dc1cbcb3
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
#### 1.5.5
|
||||||
|
|
||||||
|
* [Fixed] Detects DayOne journals stored in `~/Library/Mobile Data` as well.
|
||||||
|
|
||||||
#### 1.5.4
|
#### 1.5.4
|
||||||
|
|
||||||
* [New] DayOne journals can now handle tags
|
* [New] DayOne journals can now handle tags
|
||||||
|
|
|
@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'jrnl'
|
__title__ = 'jrnl'
|
||||||
__version__ = '1.5.4'
|
__version__ = '1.5.5'
|
||||||
__author__ = 'Manuel Ebert'
|
__author__ = 'Manuel Ebert'
|
||||||
__license__ = 'MIT License'
|
__license__ = 'MIT License'
|
||||||
__copyright__ = 'Copyright 2013 Manuel Ebert'
|
__copyright__ = 'Copyright 2013 Manuel Ebert'
|
||||||
|
|
Loading…
Add table
Reference in a new issue