summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Ebert <manuel@1450.me>2013-07-15 13:37:35 +0200
committerManuel Ebert <manuel@1450.me>2013-07-15 13:37:35 +0200
commita404ff95d15a7a523f9235cc0ada60ba109da463 (patch)
tree2aa0dc6c42c9d9cb1f0f631774f62a0eac62cc2b
parentae733e6c66aa19be2b5ae59cf45dce3899206fb4 (diff)
Version bump1.2.0
-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 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'