mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
Version bump
This commit is contained in:
parent
8f5082a919
commit
f5826fb56b
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
#### 1.5.5
|
#### 1.5.7
|
||||||
|
|
||||||
|
* [Improved] The `~` in journal config paths will now expand properly to e.g. `/Users/maebert`
|
||||||
|
|
||||||
|
#### 1.5.6
|
||||||
|
|
||||||
* [Fixed] Fixed a bug where on OS X, the timezone could only be accessed on administrator accounts.
|
* [Fixed] Fixed a bug where on OS X, the timezone could only be accessed on administrator accounts.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'jrnl'
|
__title__ = 'jrnl'
|
||||||
__version__ = '1.5.6'
|
__version__ = '1.5.7'
|
||||||
__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