From 8ee51a6db0a3c93579a2a5551493e0a8c114d8a8 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 3 Jul 2014 09:13:07 +0200 Subject: [PATCH] Version bump to 1.8.7 --- CHANGELOG.md | 3 ++- jrnl/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d5e9ff..b3629c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Changelog ### 1.8 (May 22, 2014) -* __1.8.5__ Improved: Tags like @C++ and @OS/2 work, too (thanks to @chaitan94) +* __1.8.7__ Fixed: -from and -to filters are inclusive (thanks to @grplyler) +* __1.8.6__ Improved: Tags like @C++ and @OS/2 work, too (thanks to @chaitan94) * __1.8.5__ Fixed: file names when exporting to individual files contain full year (thanks to @jdevera) * __1.8.4__ Improved: using external editors (thanks to @chrissexton) * __1.8.3__ Fixed: export to text files and improves help (thanks to @igniteflow and @mpe) diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 5e4bb1af..516b60f5 100644 --- a/jrnl/__init__.py +++ b/jrnl/__init__.py @@ -8,7 +8,7 @@ jrnl is a simple journal application for your command line. from __future__ import absolute_import __title__ = 'jrnl' -__version__ = '1.8.6' +__version__ = '1.8.7' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'