mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +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
|
||||
=========
|
||||
|
||||
#### 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.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
|
|||
"""
|
||||
|
||||
__title__ = 'jrnl'
|
||||
__version__ = '1.5.6'
|
||||
__version__ = '1.5.7'
|
||||
__author__ = 'Manuel Ebert'
|
||||
__license__ = 'MIT License'
|
||||
__copyright__ = 'Copyright 2013 Manuel Ebert'
|
||||
|
|
Loading…
Add table
Reference in a new issue