From a404ff95d15a7a523f9235cc0ada60ba109da463 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 15 Jul 2013 13:37:35 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ jrnl/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4faef2fa..903bdb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +#### 1.1.2 + +* [Fixed] Timezone support for DayOne + #### 1.1.1 * [Fixed] Unicode and Python3 issues resolved. diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 79103a7b..09f0d8fe 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.1.1' +__version__ = '1.2.0' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert'