From f5826fb56bdc0d320c763930422ed0ac78d833de Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 23 Sep 2013 17:24:29 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++++- jrnl/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa0be7c..0e231dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/jrnl/__init__.py b/jrnl/__init__.py index abed3311..42dce17e 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.6' +__version__ = '1.5.7' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert'