From a8c232b3107a0a53afb0f7c86dce771860a94c18 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Sun, 3 Nov 2013 15:57:26 -1000 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 5ceb6ab4..143dc87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +#### 1.6.2 + +* [Improved] Starring entries now works for plain-text journals too! + #### 1.6.1 * [Improved] Attempts to fix broken config files automatically diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 0e06627b..409b3969 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.6.1-dev' +__version__ = '1.6.2-dev' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert'