Version bump

This commit is contained in:
Manuel Ebert 2014-06-26 15:30:39 +02:00
parent 0a59dc198d
commit fa886151f6
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@ Changelog
### 1.8 (May 22, 2014) ### 1.8 (May 22, 2014)
* __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.2__ Better integration with environment variables (thanks to @ajaam and @matze)
* __1.8.1__ Minor bug fixes
* __1.8.0__ Official support for python 3.4 * __1.8.0__ Official support for python 3.4
### 1.7 (December 22, 2013) ### 1.7 (December 22, 2013)

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.1' __version__ = '1.8.4'
__author__ = 'Manuel Ebert' __author__ = 'Manuel Ebert'
__license__ = 'MIT License' __license__ = 'MIT License'
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert' __copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'