From 79ce87014c0c22e645fd9d181b71ebc081da2a72 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 16 Sep 2013 10:46:02 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ jrnl/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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'