summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Ebert <manuel@1450.me>2013-07-17 18:29:50 +0200
committerManuel Ebert <manuel@1450.me>2013-07-17 18:29:50 +0200
commite8b2a17772e6710f1ccba2a02eabd54d9803d89d (patch)
treedcc7890cd8b7c161a10fec56a669153078d5ad6c
parentd22451e295eb1e9e38cb9e22409046916016e38a (diff)
Version bump
-rw-r--r--jrnl/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrnl/__init__.py b/jrnl/__init__.py
index 7f9e2402..14ca1bfa 100644
--- a/jrnl/__init__.py
+++ b/jrnl/__init__.py
@@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
"""
__title__ = 'jrnl'
-__version__ = '1.2.1'
+__version__ = '1.3.0'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 Manuel Ebert'