summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Ebert <manuel@1450.me>2014-07-02 15:36:04 +0200
committerManuel Ebert <manuel@1450.me>2014-07-02 15:36:04 +0200
commitd8e0bab3abe3ff6c2931ddf750a8137559b33b00 (patch)
treeaadb6deecc1a3661cf150c8833b57ec22f0da8d7
parent88d4c525689a5b1f661c4cd45aaa1bc3c1276fac (diff)
Version bump1.8.6
-rw-r--r--CHANGELOG.md1
-rw-r--r--jrnl/__init__.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ebae8f5..11d5e9ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ Changelog
### 1.8 (May 22, 2014)
+* __1.8.5__ 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 0984ff98..5e4bb1af 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.5'
+__version__ = '1.8.6'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'