Version bump

This commit is contained in:
Manuel Ebert 2013-09-16 10:46:02 -07:00
parent 830cfb37d1
commit 79ce87014c
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,10 @@ Changelog
#### 1.5.5
* [Fixed] Fixed a bug where on OS X, the timezone could only be accessed on administrator accounts.
#### 1.5.5
* [Fixed] Detects DayOne journals stored in `~/Library/Mobile Data` as well.
#### 1.5.4

View file

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