Version bump

This commit is contained in:
Manuel Ebert 2014-07-02 15:36:04 +02:00
parent 88d4c52568
commit d8e0bab3ab
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ Changelog
### 1.8 (May 22, 2014) ### 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.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.4__ Improved: using external editors (thanks to @chrissexton)
* __1.8.3__ Fixed: export to text files and improves help (thanks to @igniteflow and @mpe) * __1.8.3__ Fixed: export to text files and improves help (thanks to @igniteflow and @mpe)

View file

@ -8,7 +8,7 @@ jrnl is a simple journal application for your command line.
from __future__ import absolute_import from __future__ import absolute_import
__title__ = 'jrnl' __title__ = 'jrnl'
__version__ = '1.8.5' __version__ = '1.8.6'
__author__ = 'Manuel Ebert' __author__ = 'Manuel Ebert'
__license__ = 'MIT License' __license__ = 'MIT License'
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert' __copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'