From 911ec2eb3f3346bb7ace9e6003625b91028eb634 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 23 Jul 2012 13:09:36 +0200 Subject: [PATCH] bump to 1.0.0-rc1 --- jrnl/jrnl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/jrnl.py b/jrnl/jrnl.py index 7e9f6587..c693786a 100755 --- a/jrnl/jrnl.py +++ b/jrnl/jrnl.py @@ -20,7 +20,7 @@ except ImportError: import json __title__ = 'jrnl' -__version__ = '0.3.2' +__version__ = '1.0.0-rc1' __author__ = 'Manuel Ebert, Stephan Gabler' __license__ = 'MIT'