diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fac307..4aa0be7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 28fe63cd..abed3311 100644 --- a/jrnl/__init__.py +++ b/jrnl/__init__.py @@ -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'