summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Ebert <manuel@1450.me>2014-06-26 15:30:39 +0200
committerManuel Ebert <manuel@1450.me>2014-06-26 15:30:39 +0200
commitfa886151f653cd267313b880954c4a8e0404b9c9 (patch)
tree84d789f45f9585ffbe7c195c83232f3be9f597f2
parent0a59dc198dc3b4b25a723319ae08913ce6cf505a (diff)
Version bump1.8.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--jrnl/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb89a41a..7f39fbf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ Changelog
### 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.7 (December 22, 2013)
diff --git a/jrnl/__init__.py b/jrnl/__init__.py
index 2812d8d2..260d7f10 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.1'
+__version__ = '1.8.4'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'